#CA0B89

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

Shades of Medium Violet Red #CA0B89

Tints of Medium Violet Red #CA0B89

Color information

#CA0B89 (or 0xCA0B89) is unknown color: approx Medium Violet Red. HEX triplet: CA, 0B and 89. RGB value is (202,11,137). Sum of RGB (Red+Green+Blue) = 202+11+137=350 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.71% from 350); Green value is 11 (4.69% from 255 or 3.14% from 350); Blue value is 137 (53.91% from 255 or 39.14% from 350); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0B89 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0B89 is #35F476. Grayscale: #525252. Windows color (decimal): -3535991 or 8981450. OLE color: 8981450.

HSL color Cylindrical-coordinate representation of color #CA0B89: hue angle of 320.42º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CA0B89 is Cyan = 0, Magento = 0.95, Yellow = 0.32 and Black (K on CMYK) = 0.21.

Color convert

RGB20211137-
CMYK00.950.320.21
HSL320.42º89.67%41.76%-
HSV(B)320.42º94.55%79.22%-
XYZ28.9914.624.96-
YUV82.47158.78213.25-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 57.71%
GREEN value IS 11 (4.69% from 255) = 3.14%
BLUE value IS 137 (53.91% from 255) = 39.14%
R=57.71%
G=3.14%
B=39.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021113700.950.320.21320.4289.6741.76
HexCAB8905F20151405a2a
Octal312132110137402550013252
Binary1100101010111000100101011111100000101011010000001011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA0B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA0B89; }

 p { color: rgb(202,11,137); }

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

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

 a { background-color: rgb(202,11,137); }

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

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

 span { border-color: rgb(202,11,137); }

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