#CB02A0

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

Shades of Medium Violet Red #CB02A0

Tints of Medium Violet Red #CB02A0

Color information

#CB02A0 (or 0xCB02A0) is unknown color: approx Medium Violet Red. HEX triplet: CB, 02 and A0. RGB value is (203,2,160). Sum of RGB (Red+Green+Blue) = 203+2+160=365 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.62% from 365); Green value is 2 (1.17% from 255 or 0.55% from 365); Blue value is 160 (62.89% from 255 or 43.84% from 365); Max value from RGB is 203 - color contains mainly: red. Hex color #CB02A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB02A0 is #34FD5F. Grayscale: #4F4F4F. Windows color (decimal): -3472736 or 10486475. OLE color: 10486475.

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

Color convert

RGB2032160-
CMYK00.990.210.20
HSL312.84º98.05%40.2%-
HSV(B)312.84º99.01%79.61%-
XYZ3115.2834.57-
YUV80.11173.09215.65-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 55.62%
GREEN value IS 2 (1.17% from 255) = 0.55%
BLUE value IS 160 (62.89% from 255) = 43.84%
R=55.62%
G=0.55%
B=43.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.21
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203216000.990.210.20312.8498.0540.2
HexCB2A006315141396228
Octal31322400143252447114250
Binary1100101110101000000110001110101101001001110011100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB02A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB02A0; }

 p { color: rgb(203,2,160); }

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

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

 a { background-color: rgb(203,2,160); }

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

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

 span { border-color: rgb(203,2,160); }

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