Html Css Color HEX #CA2076 Medium Violet Red

📋 copy color: '#CA2076'

red 202 ◦ green 32 ◦ blue 118

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

Shades of Medium Violet Red #CA2076

Tints of Medium Violet Red #CA2076

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.09%

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

R = 57.39%
G = 9.09%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#CA2076 (or 0xCA2076) is known color: Medium Violet Red. HEX triplet: CA, 20 and 76. RGB value is (202,32,118). Sum of RGB (Red+Green+Blue) = 202+32+118=352 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.39% from 352); Green value is 32 (12.89% from 255 or 9.09% from 352); Blue value is 118 (46.48% from 255 or 33.52% from 352); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2076 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2076 is #35DF89. Grayscale: #5C5C5C. Windows color (decimal): -3530634 or 7741642. OLE color: 7741642.

HSL color Cylindrical-coordinate representation of color #CA2076: hue angle of 329.65º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA2076 is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 32 118 -
CMYK 0 0.84 0.42 0.21
HSL 329.65º 0.73% 0.46% -
HSV(B) 329.65º 0.84% 0.79% -
XYZ 28.14 14.9 18.53 -
YUV 92.63 142.32 206.01 -
System Red Green Blue C M Y K H S L
Decimal 202 32 118 0 0.84 0.42 0.21 329.65 0.73 0.46
Hex CA 20 76 0 54 2A 15 14A 49 2E
Octal 312 40 166 0 124 52 25 512 111 56
Binary 11001010 100000 1110110 0 1010100 101010 10101 101001010 1001001 101110

Color Harmonies of #CA2076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2076

Black with #CA2076

Text Example


Text Example

White with #CA2076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2076; }

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

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

background-color css

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

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

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

border-color css

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

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

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