Html Css Color HEX #CA1576 Medium Violet Red

📋 copy color: '#CA1576'

red 202 ◦ green 21 ◦ blue 118

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

Shades of Medium Violet Red #CA1576

Tints of Medium Violet Red #CA1576

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.16%

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

R = 59.24%
G = 6.16%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#CA1576 (or 0xCA1576) is known color: Medium Violet Red. HEX triplet: CA, 15 and 76. RGB value is (202,21,118). Sum of RGB (Red+Green+Blue) = 202+21+118=341 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.24% from 341); Green value is 21 (8.59% from 255 or 6.16% from 341); Blue value is 118 (46.48% from 255 or 34.60% from 341); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1576 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1576 is #35EA89. Grayscale: #555555. Windows color (decimal): -3533450 or 7738826. OLE color: 7738826.

HSL color Cylindrical-coordinate representation of color #CA1576: hue angle of 327.85º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA1576 is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 21 118 -
CMYK 0 0.90 0.42 0.21
HSL 327.85º 0.81% 0.44% -
HSV(B) 327.85º 0.9% 0.79% -
XYZ 27.9 14.4 18.45 -
YUV 86.18 145.97 210.61 -
System Red Green Blue C M Y K H S L
Decimal 202 21 118 0 0.90 0.42 0.21 327.85 0.81 0.44
Hex CA 15 76 0 5A 2A 15 148 51 2C
Octal 312 25 166 0 132 52 25 510 121 54
Binary 11001010 10101 1110110 0 1011010 101010 10101 101001000 1010001 101100

Color Harmonies of #CA1576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1576

Black with #CA1576

Text Example


Text Example

White with #CA1576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1576; }

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

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

background-color css

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

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

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

border-color css

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

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

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