#CB1076

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

Shades of Medium Violet Red #CB1076

Tints of Medium Violet Red #CB1076

Color information

#CB1076 (or 0xCB1076) is unknown color: approx Medium Violet Red. HEX triplet: CB, 10 and 76. RGB value is (203,16,118). Sum of RGB (Red+Green+Blue) = 203+16+118=337 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.24% from 337); Green value is 16 (6.64% from 255 or 4.75% from 337); Blue value is 118 (46.48% from 255 or 35.01% from 337); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1076 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1076 is #34EF89. Grayscale: #535353. Windows color (decimal): -3469194 or 7737547. OLE color: 7737547.

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

Color convert

RGB20316118-
CMYK00.920.420.20
HSL327.27º85.39%42.94%-
HSV(B)327.27º92.12%79.61%-
XYZ28.0814.3818.43-
YUV83.54147.45213.21-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 60.24%
GREEN value IS 16 (6.64% from 255) = 4.75%
BLUE value IS 118 (46.48% from 255) = 35.01%
R=60.24%
G=4.75%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031611800.920.420.20327.2785.3942.94
HexCB107605C2A14147552b
Octal313201660134522450712553
Binary1100101110000111011001011100101010101001010001111010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB1076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB1076; }

 p { color: rgb(203,16,118); }

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

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

 a { background-color: rgb(203,16,118); }

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

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

 span { border-color: rgb(203,16,118); }

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