Html Css Color HEX #CA1997 Medium Violet Red

📋 copy color: '#CA1997'

red 202 ◦ green 25 ◦ blue 151

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

Shades of Medium Violet Red #CA1997

Tints of Medium Violet Red #CA1997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 39.95%

R = 53.44%
G = 6.61%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.25

 K value IS 0.21

RGB Variations

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

Color information

#CA1997 (or 0xCA1997) is known color: Medium Violet Red. HEX triplet: CA, 19 and 97. RGB value is (202,25,151). Sum of RGB (Red+Green+Blue) = 202+25+151=378 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.44% from 378); Green value is 25 (10.16% from 255 or 6.61% from 378); Blue value is 151 (59.38% from 255 or 39.95% from 378); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1997 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA1997 is #35E668. Grayscale: #5B5B5B. Windows color (decimal): -3532393 or 9902538. OLE color: 9902538.

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

Color convert

RGB 202 25 151 -
CMYK 0 0.88 0.25 0.21
HSL 317.29º 0.78% 0.45% -
HSV(B) 317.29º 0.88% 0.79% -
XYZ 30.29 15.49 30.67 -
YUV 92.29 161.14 206.25 -
System Red Green Blue C M Y K H S L
Decimal 202 25 151 0 0.88 0.25 0.21 317.29 0.78 0.45
Hex CA 19 97 0 58 19 15 13D 4E 2D
Octal 312 31 227 0 130 31 25 475 116 55
Binary 11001010 11001 10010111 0 1011000 11001 10101 100111101 1001110 101101

Color Harmonies of #CA1997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1997

Black with #CA1997

Text Example


Text Example

White with #CA1997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1997; }

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

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

background-color css

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

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

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

border-color css

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

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

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