#CA009B

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

Shades of Medium Violet Red #CA009B

Tints of Medium Violet Red #CA009B

Color information

#CA009B (or 0xCA009B) is unknown color: approx Medium Violet Red. HEX triplet: CA, 00 and 9B. RGB value is (202,0,155). Sum of RGB (Red+Green+Blue) = 202+0+155=357 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.58% from 357); Green value is 0 (0.39% from 255 or 0% from 357); Blue value is 155 (60.94% from 255 or 43.42% from 357); Max value from RGB is 202 - color contains mainly: red. Hex color #CA009B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA009B is #35FF64. Grayscale: #4D4D4D. Windows color (decimal): -3538789 or 10158282. OLE color: 10158282.

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

Color convert

RGB2020155-
CMYK010.230.21
HSL313.96º100%39.61%-
HSV(B)313.96º100%79.22%-
XYZ30.2714.9232.3-
YUV78.07171.42216.4-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 56.58%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 155 (60.94% from 255) = 43.42%
R=56.58%
G=0%
B=43.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2020155010.230.21313.9610039.61
HexCA09B064171513a6428
Octal31202330144272547214450
Binary110010100100110110110010010111101011001110101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA009B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA009B; }

 p { color: rgb(202,0,155); }

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

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

 a { background-color: rgb(202,0,155); }

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

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

 span { border-color: rgb(202,0,155); }

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