Html Css Color HEX #CA1797 Medium Violet Red

📋 copy color: '#CA1797'

red 202 ◦ green 23 ◦ blue 151

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

Shades of Medium Violet Red #CA1797

Tints of Medium Violet Red #CA1797

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.12%

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

R = 53.72%
G = 6.12%
B = 40.16%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.25

 K value IS 0.21

RGB Variations

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

Color information

#CA1797 (or 0xCA1797) is known color: Medium Violet Red. HEX triplet: CA, 17 and 97. RGB value is (202,23,151). Sum of RGB (Red+Green+Blue) = 202+23+151=376 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.72% from 376); Green value is 23 (9.38% from 255 or 6.12% from 376); Blue value is 151 (59.38% from 255 or 40.16% from 376); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1797 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA1797 is #35E868. Grayscale: #5A5A5A. Windows color (decimal): -3532905 or 9902026. OLE color: 9902026.

HSL color Cylindrical-coordinate representation of color #CA1797: hue angle of 317.09º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CA1797 is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 23 151 -
CMYK 0 0.89 0.25 0.21
HSL 317.1º 0.8% 0.44% -
HSV(B) 317.1º 0.89% 0.79% -
XYZ 30.25 15.4 30.66 -
YUV 91.11 161.8 207.09 -
System Red Green Blue C M Y K H S L
Decimal 202 23 151 0 0.89 0.25 0.21 317.1 0.8 0.44
Hex CA 17 97 0 59 19 15 13D 50 2C
Octal 312 27 227 0 131 31 25 475 120 54
Binary 11001010 10111 10010111 0 1011001 11001 10101 100111101 1010000 101100

Color Harmonies of #CA1797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1797

Black with #CA1797

Text Example


Text Example

White with #CA1797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1797; }

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

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

background-color css

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

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

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

border-color css

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

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

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