#CB0F71

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

Shades of Medium Violet Red #CB0F71

Tints of Medium Violet Red #CB0F71

Color information

#CB0F71 (or 0xCB0F71) is unknown color: approx Medium Violet Red. HEX triplet: CB, 0F and 71. RGB value is (203,15,113). Sum of RGB (Red+Green+Blue) = 203+15+113=331 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.33% from 331); Green value is 15 (6.25% from 255 or 4.53% from 331); Blue value is 113 (44.53% from 255 or 34.14% from 331); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0F71 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0F71 is #34F08E. Grayscale: #525252. Windows color (decimal): -3469455 or 7409611. OLE color: 7409611.

HSL color Cylindrical-coordinate representation of color #CB0F71: hue angle of 328.72º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CB0F71 is Cyan = 0, Magento = 0.93, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB20315113-
CMYK00.930.440.20
HSL328.72º86.24%42.75%-
HSV(B)328.72º92.61%79.61%-
XYZ27.7814.2316.91-
YUV82.38145.28214.03-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 61.33%
GREEN value IS 15 (6.25% from 255) = 4.53%
BLUE value IS 113 (44.53% from 255) = 34.14%
R=61.33%
G=4.53%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031511300.930.440.20328.7286.2442.75
HexCBF7105D2C14149562b
Octal313171610135542451112653
Binary110010111111111000101011101101100101001010010011010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB0F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB0F71; }

 p { color: rgb(203,15,113); }

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

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

 a { background-color: rgb(203,15,113); }

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

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

 span { border-color: rgb(203,15,113); }

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