Html Css Color HEX #CA0F99 Medium Violet Red

📋 copy color: '#CA0F99'

red 202 ◦ green 15 ◦ blue 153

#CA0F99
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Violet Red #CA0F99

Tints of Medium Violet Red #CA0F99

RGB

 RED value IS 202 (79.3% from 255) = 54.59%

 GREEN value IS 15 (6.25% from 255) = 4.05%

 BLUE value IS 153 (60.16% from 255) = 41.35%

R = 54.59%
G = 4.05%
B = 41.35%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.24

 K value IS 0.21

RGB Variations

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

Color information

#CA0F99 (or 0xCA0F99) is known color: Medium Violet Red. HEX triplet: CA, 0F and 99. RGB value is (202,15,153). Sum of RGB (Red+Green+Blue) = 202+15+153=370 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.59% from 370); Green value is 15 (6.25% from 255 or 4.05% from 370); Blue value is 153 (60.16% from 255 or 41.35% from 370); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0F99 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0F99 is #35F066. Grayscale: #565656. Windows color (decimal): -3534951 or 10031050. OLE color: 10031050.

HSL color Cylindrical-coordinate representation of color #CA0F99: hue angle of 315.72º 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 #CA0F99 is Cyan = 0, Magento = 0.93, Yellow = 0.24 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 15 153 -
CMYK 0 0.93 0.24 0.21
HSL 315.72º 0.86% 0.43% -
HSV(B) 315.72º 0.93% 0.79% -
XYZ 30.28 15.2 31.47 -
YUV 86.65 165.45 210.28 -
System Red Green Blue C M Y K H S L
Decimal 202 15 153 0 0.93 0.24 0.21 315.72 0.86 0.43
Hex CA F 99 0 5D 18 15 13C 56 2B
Octal 312 17 231 0 135 30 25 474 126 53
Binary 11001010 1111 10011001 0 1011101 11000 10101 100111100 1010110 101011

Color Harmonies of #CA0F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0F99

Black with #CA0F99

Text Example


Text Example

White with #CA0F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0F99; }

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

 H1.HeaderClassName
 {
   color: #CA0F99;
 }
 .AnyTagClassName
 {
   color: #CA0F99;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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