Html Css Color HEX #CA1977 Medium Violet Red

📋 copy color: '#CA1977'

red 202 ◦ green 25 ◦ blue 119

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

Shades of Medium Violet Red #CA1977

Tints of Medium Violet Red #CA1977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 34.39%

R = 58.38%
G = 7.23%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#CA1977 (or 0xCA1977) is known color: Medium Violet Red. HEX triplet: CA, 19 and 77. RGB value is (202,25,119). Sum of RGB (Red+Green+Blue) = 202+25+119=346 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.38% from 346); Green value is 25 (10.16% from 255 or 7.23% from 346); Blue value is 119 (46.88% from 255 or 34.39% from 346); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1977 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1977 is #35E688. Grayscale: #585858. Windows color (decimal): -3532425 or 7805386. OLE color: 7805386.

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

Color convert

RGB 202 25 119 -
CMYK 0 0.88 0.41 0.21
HSL 328.14º 0.78% 0.45% -
HSV(B) 328.14º 0.88% 0.79% -
XYZ 28.03 14.58 18.79 -
YUV 88.64 145.14 208.86 -
System Red Green Blue C M Y K H S L
Decimal 202 25 119 0 0.88 0.41 0.21 328.14 0.78 0.45
Hex CA 19 77 0 58 29 15 148 4E 2D
Octal 312 31 167 0 130 51 25 510 116 55
Binary 11001010 11001 1110111 0 1011000 101001 10101 101001000 1001110 101101

Color Harmonies of #CA1977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1977

Black with #CA1977

Text Example


Text Example

White with #CA1977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1977; }

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

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

background-color css

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

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

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

border-color css

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

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

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