Html Css Color HEX #CA1971 Medium Violet Red

📋 copy color: '#CA1971'

red 202 ◦ green 25 ◦ blue 113

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

Shades of Medium Violet Red #CA1971

Tints of Medium Violet Red #CA1971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 33.24%

R = 59.41%
G = 7.35%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#CA1971 (or 0xCA1971) is known color: Medium Violet Red. HEX triplet: CA, 19 and 71. RGB value is (202,25,113). Sum of RGB (Red+Green+Blue) = 202+25+113=340 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.41% from 340); Green value is 25 (10.16% from 255 or 7.35% from 340); Blue value is 113 (44.53% from 255 or 33.24% from 340); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1971 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1971 is #35E68E. Grayscale: #575757. Windows color (decimal): -3532431 or 7412170. OLE color: 7412170.

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

Color convert

RGB 202 25 113 -
CMYK 0 0.88 0.44 0.21
HSL 330.17º 0.78% 0.45% -
HSV(B) 330.17º 0.88% 0.79% -
XYZ 27.69 14.44 16.95 -
YUV 87.96 142.14 209.34 -
System Red Green Blue C M Y K H S L
Decimal 202 25 113 0 0.88 0.44 0.21 330.17 0.78 0.45
Hex CA 19 71 0 58 2C 15 14A 4E 2D
Octal 312 31 161 0 130 54 25 512 116 55
Binary 11001010 11001 1110001 0 1011000 101100 10101 101001010 1001110 101101

Color Harmonies of #CA1971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1971

Black with #CA1971

Text Example


Text Example

White with #CA1971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1971; }

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

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

background-color css

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

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

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

border-color css

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

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

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