Html Css Color HEX #CA1972 Medium Violet Red

📋 copy color: '#CA1972'

red 202 ◦ green 25 ◦ blue 114

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

Shades of Medium Violet Red #CA1972

Tints of Medium Violet Red #CA1972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 33.43%

R = 59.24%
G = 7.33%
B = 33.43%

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

#CA1972 (or 0xCA1972) is known color: Medium Violet Red. HEX triplet: CA, 19 and 72. RGB value is (202,25,114). Sum of RGB (Red+Green+Blue) = 202+25+114=341 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.24% from 341); Green value is 25 (10.16% from 255 or 7.33% from 341); Blue value is 114 (44.92% from 255 or 33.43% from 341); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1972 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1972 is #35E68D. Grayscale: #575757. Windows color (decimal): -3532430 or 7477706. OLE color: 7477706.

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

Color convert

RGB 202 25 114 -
CMYK 0 0.88 0.44 0.21
HSL 329.83º 0.78% 0.45% -
HSV(B) 329.83º 0.88% 0.79% -
XYZ 27.74 14.47 17.25 -
YUV 88.07 142.64 209.26 -
System Red Green Blue C M Y K H S L
Decimal 202 25 114 0 0.88 0.44 0.21 329.83 0.78 0.45
Hex CA 19 72 0 58 2C 15 14A 4E 2D
Octal 312 31 162 0 130 54 25 512 116 55
Binary 11001010 11001 1110010 0 1011000 101100 10101 101001010 1001110 101101

Color Harmonies of #CA1972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1972

Black with #CA1972

Text Example


Text Example

White with #CA1972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1972; }

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

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

background-color css

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

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

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

border-color css

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

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

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