#CB008F

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

Shades of Medium Violet Red #CB008F

Tints of Medium Violet Red #CB008F

Color information

#CB008F (or 0xCB008F) is unknown color: approx Medium Violet Red. HEX triplet: CB, 00 and 8F. RGB value is (203,0,143). Sum of RGB (Red+Green+Blue) = 203+0+143=346 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.67% from 346); Green value is 0 (0.39% from 255 or 0% from 346); Blue value is 143 (56.25% from 255 or 41.33% from 346); Max value from RGB is 203 - color contains mainly: red. Hex color #CB008F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB008F is #34FF70. Grayscale: #4C4C4C. Windows color (decimal): -3473265 or 9371851. OLE color: 9371851.

HSL color Cylindrical-coordinate representation of color #CB008F: hue angle of 317.73º 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 #CB008F is Cyan = 0, Magento = 1, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB2030143-
CMYK010.300.20
HSL317.73º100%39.8%-
HSV(B)317.73º100%79.61%-
XYZ29.5914.6827.26-
YUV77165.25217.87-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 58.67%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 143 (56.25% from 255) = 41.33%
R=58.67%
G=0%
B=41.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2030143010.300.20317.7310039.8
HexCB08F0641E1413e6428
Octal31302170144362447614450
Binary110010110100011110110010011110101001001111101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB008F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB008F; }

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

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

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

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

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

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

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

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