Html Css Color HEX #CA1976 Medium Violet Red

📋 copy color: '#CA1976'

red 202 ◦ green 25 ◦ blue 118

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

Shades of Medium Violet Red #CA1976

Tints of Medium Violet Red #CA1976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 34.2%

R = 58.55%
G = 7.25%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#CA1976 (or 0xCA1976) is known color: Medium Violet Red. HEX triplet: CA, 19 and 76. RGB value is (202,25,118). Sum of RGB (Red+Green+Blue) = 202+25+118=345 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.55% from 345); Green value is 25 (10.16% from 255 or 7.25% from 345); Blue value is 118 (46.48% from 255 or 34.20% from 345); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1976 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1976 is #35E689. Grayscale: #585858. Windows color (decimal): -3532426 or 7739850. OLE color: 7739850.

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

Color convert

RGB 202 25 118 -
CMYK 0 0.88 0.42 0.21
HSL 328.47º 0.78% 0.45% -
HSV(B) 328.47º 0.88% 0.79% -
XYZ 27.97 14.56 18.48 -
YUV 88.53 144.64 208.94 -
System Red Green Blue C M Y K H S L
Decimal 202 25 118 0 0.88 0.42 0.21 328.47 0.78 0.45
Hex CA 19 76 0 58 2A 15 148 4E 2D
Octal 312 31 166 0 130 52 25 510 116 55
Binary 11001010 11001 1110110 0 1011000 101010 10101 101001000 1001110 101101

Color Harmonies of #CA1976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1976

Black with #CA1976

Text Example


Text Example

White with #CA1976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1976; }

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

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

background-color css

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

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

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

border-color css

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

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

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