#ca0f9f

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

Shades of Medium Violet Red #CA0F9F

Tints of Medium Violet Red #CA0F9F

Color information

#CA0F9F (or 0xCA0F9F) is unknown color: approx Medium Violet Red. HEX triplet: CA, 0F and 9F. RGB value is (202,15,159). Sum of RGB (Red+Green+Blue) = 202+15+159=376 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.72% from 376); Green value is 15 (6.25% from 255 or 3.99% from 376); Blue value is 159 (62.5% from 255 or 42.29% from 376); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0F9F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0F9F is #35F060. Grayscale: #565656. Windows color (decimal): -3534945 or 10424266. OLE color: 10424266.

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

Color convert

RGB20215159-
CMYK00.930.210.21
HSL313.8º86.18%42.55%-
HSV(B)313.8º92.57%79.22%-
XYZ30.7915.434.15-
YUV87.33168.45209.79-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 53.72%
GREEN value IS 15 (6.25% from 255) = 3.99%
BLUE value IS 159 (62.5% from 255) = 42.29%
R=53.72%
G=3.99%
B=42.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021515900.930.210.21313.886.1842.55
HexCAF9F05D151513a562b
Octal312172370135252547212653
Binary110010101111100111110101110110101101011001110101010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca0f9f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca0f9f; }

 p { color: rgb(202,15,159); }

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

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

 a { background-color: rgb(202,15,159); }

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

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

 span { border-color: rgb(202,15,159); }

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