#cb0a70

Color #CB0A70 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #CB0A70

Tints of Medium Violet Red #CB0A70

Color information

#CB0A70 (or 0xCB0A70) is unknown color: approx Medium Violet Red. HEX triplet: CB, 0A and 70. RGB value is (203,10,112). Sum of RGB (Red+Green+Blue) = 203+10+112=325 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.46% from 325); Green value is 10 (4.30% from 255 or 3.08% from 325); Blue value is 112 (44.14% from 255 or 34.46% from 325); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0A70 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0A70 is #34F58F. Grayscale: #4F4F4F. Windows color (decimal): -3470736 or 7342795. OLE color: 7342795.

HSL color Cylindrical-coordinate representation of color #CB0A70: hue angle of 328.29º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CB0A70 is Cyan = 0, Magento = 0.95, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB20310112-
CMYK00.950.450.20
HSL328.29º90.61%41.76%-
HSV(B)328.29º95.07%79.61%-
XYZ27.6614.0816.59-
YUV79.33146.44216.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 62.46%
GREEN value IS 10 (4.30% from 255) = 3.08%
BLUE value IS 112 (44.14% from 255) = 34.46%
R=62.46%
G=3.08%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031011200.950.450.20328.2990.6141.76
HexCBA7005F2D141485b2a
Octal313121600137552451013352
Binary110010111010111000001011111101101101001010010001011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb0a70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb0a70; }

 p { color: rgb(203,10,112); }

 H1.HeaderClassName
 {
   color: #cb0a70;
 }
 .AnyTagClassName
 {
   color: #cb0a70;
 }
</style>
background-color css

<style>
 a { background-color: #cb0a70; }

 a { background-color: rgb(203,10,112); }

 div.DivClassName
 {
   background-color: #cb0a70;
 }
 .BgClassName
 {
   background-color: #cb0a70;
 }
</style>
border-color css

<style>
 span { border-color: #cb0a70; }

 span { border-color: rgb(203,10,112); }

 td.TdClassName
 {
   border-color: #cb0a70;
 }
 .TagClassName
 {
   border-color: #cb0a70;
 }
</style>