#CB0B73

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

Shades of Medium Violet Red #CB0B73

Tints of Medium Violet Red #CB0B73

Color information

#CB0B73 (or 0xCB0B73) is unknown color: approx Medium Violet Red. HEX triplet: CB, 0B and 73. RGB value is (203,11,115). Sum of RGB (Red+Green+Blue) = 203+11+115=329 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.70% from 329); Green value is 11 (4.69% from 255 or 3.34% from 329); Blue value is 115 (45.31% from 255 or 34.95% from 329); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0B73 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0B73 is #34F48C. Grayscale: #505050. Windows color (decimal): -3470477 or 7539659. OLE color: 7539659.

HSL color Cylindrical-coordinate representation of color #CB0B73: hue angle of 327.5º degrees, saturation: 0.9, 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 #CB0B73 is Cyan = 0, Magento = 0.95, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB20311115-
CMYK00.950.430.20
HSL327.5º89.72%41.96%-
HSV(B)327.5º94.58%79.61%-
XYZ27.8414.1717.49-
YUV80.26147.61215.54-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 61.70%
GREEN value IS 11 (4.69% from 255) = 3.34%
BLUE value IS 115 (45.31% from 255) = 34.95%
R=61.70%
G=3.34%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031111500.950.430.20327.589.7241.96
HexCBB7305F2B141485a2a
Octal313131630137532451013252
Binary110010111011111001101011111101011101001010010001011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB0B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB0B73; }

 p { color: rgb(203,11,115); }

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

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

 a { background-color: rgb(203,11,115); }

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

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

 span { border-color: rgb(203,11,115); }

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