#CB008E

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

Shades of Medium Violet Red #CB008E

Tints of Medium Violet Red #CB008E

Color information

#CB008E (or 0xCB008E) is unknown color: approx Medium Violet Red. HEX triplet: CB, 00 and 8E. RGB value is (203,0,142). Sum of RGB (Red+Green+Blue) = 203+0+142=345 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.84% from 345); Green value is 0 (0.39% from 255 or 0% from 345); Blue value is 142 (55.86% from 255 or 41.16% from 345); Max value from RGB is 203 - color contains mainly: red. Hex color #CB008E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB008E is #34FF71. Grayscale: #4C4C4C. Windows color (decimal): -3473266 or 9306315. OLE color: 9306315.

HSL color Cylindrical-coordinate representation of color #CB008E: hue angle of 318.03º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB008E is Cyan = 0, Magento = 1, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB2030142-
CMYK010.300.20
HSL318.03º100%39.8%-
HSV(B)318.03º100%79.61%-
XYZ29.5114.6526.86-
YUV76.88164.75217.95-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 58.84%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 142 (55.86% from 255) = 41.16%
R=58.84%
G=0%
B=41.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2030142010.300.20318.0310039.8
HexCB08E0641E1413e6428
Octal31302160144362447614450
Binary110010110100011100110010011110101001001111101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB008E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB008E; }

 p { color: rgb(203,0,142); }

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

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

 a { background-color: rgb(203,0,142); }

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

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

 span { border-color: rgb(203,0,142); }

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