#CB1490

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

Shades of Medium Violet Red #CB1490

Tints of Medium Violet Red #CB1490

Color information

#CB1490 (or 0xCB1490) is unknown color: approx Medium Violet Red. HEX triplet: CB, 14 and 90. RGB value is (203,20,144). Sum of RGB (Red+Green+Blue) = 203+20+144=367 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.31% from 367); Green value is 20 (8.20% from 255 or 5.45% from 367); Blue value is 144 (56.64% from 255 or 39.24% from 367); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1490 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB1490 is #34EB6F. Grayscale: #585858. Windows color (decimal): -3468144 or 9442507. OLE color: 9442507.

HSL color Cylindrical-coordinate representation of color #CB1490: hue angle of 319.34º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB1490 is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.20.

Color convert

RGB20320144-
CMYK00.900.290.20
HSL319.34º82.06%43.73%-
HSV(B)319.34º90.15%79.61%-
XYZ29.9115.2127.74-
YUV88.85159.13209.42-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 55.31%
GREEN value IS 20 (8.20% from 255) = 5.45%
BLUE value IS 144 (56.64% from 255) = 39.24%
R=55.31%
G=5.45%
B=39.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2032014400.900.290.20319.3482.0643.73
HexCB149005A1D1413f522c
Octal313242200132352447712254
Binary1100101110100100100000101101011101101001001111111010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB1490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB1490; }

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

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

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

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

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

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

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

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