#CB0090

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

Shades of Medium Violet Red #CB0090

Tints of Medium Violet Red #CB0090

Color information

#CB0090 (or 0xCB0090) is unknown color: approx Medium Violet Red. HEX triplet: CB, 00 and 90. RGB value is (203,0,144). Sum of RGB (Red+Green+Blue) = 203+0+144=347 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.50% from 347); Green value is 0 (0.39% from 255 or 0% from 347); Blue value is 144 (56.64% from 255 or 41.50% from 347); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0090 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB0090 is #34FF6F. Grayscale: #4C4C4C. Windows color (decimal): -3473264 or 9437387. OLE color: 9437387.

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

Color convert

RGB2030144-
CMYK010.290.20
HSL317.44º100%39.8%-
HSV(B)317.44º100%79.61%-
XYZ29.6614.7127.66-
YUV77.11165.75217.79-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 58.50%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 144 (56.64% from 255) = 41.50%
R=58.50%
G=0%
B=41.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2030144010.290.20317.4410039.8
HexCB0900641D1413d6428
Octal31302200144352447514450
Binary110010110100100000110010011101101001001111011100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB0090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB0090; }

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

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

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

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

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

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

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

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