Html Css Color HEX #CA1991 Medium Violet Red

📋 copy color: '#CA1991'

red 202 ◦ green 25 ◦ blue 145

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

Shades of Medium Violet Red #CA1991

Tints of Medium Violet Red #CA1991

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.72%

 BLUE value IS 145 (57.03% from 255) = 38.98%

R = 54.3%
G = 6.72%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#CA1991 (or 0xCA1991) is known color: Medium Violet Red. HEX triplet: CA, 19 and 91. RGB value is (202,25,145). Sum of RGB (Red+Green+Blue) = 202+25+145=372 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.30% from 372); Green value is 25 (10.16% from 255 or 6.72% from 372); Blue value is 145 (57.03% from 255 or 38.98% from 372); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1991 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA1991 is #35E66E. Grayscale: #5B5B5B. Windows color (decimal): -3532399 or 9509322. OLE color: 9509322.

HSL color Cylindrical-coordinate representation of color #CA1991: hue angle of 319.32º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CA1991 is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 25 145 -
CMYK 0 0.88 0.28 0.21
HSL 319.32º 0.78% 0.45% -
HSV(B) 319.32º 0.88% 0.79% -
XYZ 29.82 15.3 28.17 -
YUV 91.6 158.14 206.74 -
System Red Green Blue C M Y K H S L
Decimal 202 25 145 0 0.88 0.28 0.21 319.32 0.78 0.45
Hex CA 19 91 0 58 1C 15 13F 4E 2D
Octal 312 31 221 0 130 34 25 477 116 55
Binary 11001010 11001 10010001 0 1011000 11100 10101 100111111 1001110 101101

Color Harmonies of #CA1991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1991

Black with #CA1991

Text Example


Text Example

White with #CA1991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1991; }

 p { color: rgb(202,25,145); }

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

background-color css

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

 a { background-color: rgb(202,25,145); }

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

border-color css

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

 span { border-color: rgb(202,25,145); }

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