Html Css Color HEX #CA1FA9 Medium Violet Red

📋 copy color: '#CA1FA9'

red 202 ◦ green 31 ◦ blue 169

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

Shades of Medium Violet Red #CA1FA9

Tints of Medium Violet Red #CA1FA9

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.71%

 BLUE value IS 169 (66.41% from 255) = 42.04%

R = 50.25%
G = 7.71%
B = 42.04%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.16

 K value IS 0.21

RGB Variations

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

Color information

#CA1FA9 (or 0xCA1FA9) is known color: Medium Violet Red. HEX triplet: CA, 1F and A9. RGB value is (202,31,169). Sum of RGB (Red+Green+Blue) = 202+31+169=402 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.25% from 402); Green value is 31 (12.5% from 255 or 7.71% from 402); Blue value is 169 (66.41% from 255 or 42.04% from 402); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1FA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA1FA9 is #35E056. Grayscale: #616161. Windows color (decimal): -3530839 or 11083722. OLE color: 11083722.

HSL color Cylindrical-coordinate representation of color #CA1FA9: hue angle of 311.58º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CA1FA9 is Cyan = 0, Magento = 0.85, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 31 169 -
CMYK 0 0.85 0.16 0.21
HSL 311.58º 0.73% 0.46% -
HSV(B) 311.58º 0.85% 0.79% -
XYZ 32.01 16.4 39.01 -
YUV 97.86 168.15 202.28 -
System Red Green Blue C M Y K H S L
Decimal 202 31 169 0 0.85 0.16 0.21 311.58 0.73 0.46
Hex CA 1F A9 0 55 10 15 138 49 2E
Octal 312 37 251 0 125 20 25 470 111 56
Binary 11001010 11111 10101001 0 1010101 10000 10101 100111000 1001001 101110

Color Harmonies of #CA1FA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1FA9

Black with #CA1FA9

Text Example


Text Example

White with #CA1FA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1FA9; }

 p { color: rgb(202,31,169); }

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

background-color css

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

 a { background-color: rgb(202,31,169); }

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

border-color css

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

 span { border-color: rgb(202,31,169); }

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