Html Css Color HEX #CA20AC Medium Violet Red

📋 copy color: '#CA20AC'

red 202 ◦ green 32 ◦ blue 172

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

Shades of Medium Violet Red #CA20AC

Tints of Medium Violet Red #CA20AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 42.36%

R = 49.75%
G = 7.88%
B = 42.36%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#CA20AC (or 0xCA20AC) is known color: Medium Violet Red. HEX triplet: CA, 20 and AC. RGB value is (202,32,172). Sum of RGB (Red+Green+Blue) = 202+32+172=406 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.75% from 406); Green value is 32 (12.89% from 255 or 7.88% from 406); Blue value is 172 (67.58% from 255 or 42.36% from 406); Max value from RGB is 202 - color contains mainly: red. Hex color #CA20AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA20AC is #35DF53. Grayscale: #626262. Windows color (decimal): -3530580 or 11280586. OLE color: 11280586.

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

Color convert

RGB 202 32 172 -
CMYK 0 0.84 0.15 0.21
HSL 310.59º 0.73% 0.46% -
HSV(B) 310.59º 0.84% 0.79% -
XYZ 32.32 16.57 40.52 -
YUV 98.79 169.32 201.62 -
System Red Green Blue C M Y K H S L
Decimal 202 32 172 0 0.84 0.15 0.21 310.59 0.73 0.46
Hex CA 20 AC 0 54 F 15 137 49 2E
Octal 312 40 254 0 124 17 25 467 111 56
Binary 11001010 100000 10101100 0 1010100 1111 10101 100110111 1001001 101110

Color Harmonies of #CA20AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA20AC

Black with #CA20AC

Text Example


Text Example

White with #CA20AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA20AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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