Html Css Color HEX #CC20A6 Medium Violet Red

📋 copy color: '#CC20A6'

red 204 ◦ green 32 ◦ blue 166

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

Shades of Medium Violet Red #CC20A6

Tints of Medium Violet Red #CC20A6

RGB

 RED value IS 204 (80.08% from 255) = 50.75%

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

 BLUE value IS 166 (65.23% from 255) = 41.29%

R = 50.75%
G = 7.96%
B = 41.29%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.19

 K value IS 0.2

RGB Variations

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

Color information

#CC20A6 (or 0xCC20A6) is known color: Medium Violet Red. HEX triplet: CC, 20 and A6. RGB value is (204,32,166). Sum of RGB (Red+Green+Blue) = 204+32+166=402 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.75% from 402); Green value is 32 (12.89% from 255 or 7.96% from 402); Blue value is 166 (65.23% from 255 or 41.29% from 402); Max value from RGB is 204 - color contains mainly: red. Hex color #CC20A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC20A6 is #33DF59. Grayscale: #626262. Windows color (decimal): -3399514 or 10887372. OLE color: 10887372.

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

Color convert

RGB 204 32 166 -
CMYK 0 0.84 0.19 0.2
HSL 313.26º 0.73% 0.46% -
HSV(B) 313.26º 0.84% 0.8% -
XYZ 32.3 16.62 37.58 -
YUV 98.7 165.98 203.1 -
System Red Green Blue C M Y K H S L
Decimal 204 32 166 0 0.84 0.19 0.2 313.26 0.73 0.46
Hex CC 20 A6 0 54 13 14 139 49 2E
Octal 314 40 246 0 124 23 24 471 111 56
Binary 11001100 100000 10100110 0 1010100 10011 10100 100111001 1001001 101110

Color Harmonies of #CC20A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC20A6

Black with #CC20A6

Text Example


Text Example

White with #CC20A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC20A6; }

 p { color: rgb(204,32,166); }

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

background-color css

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

 a { background-color: rgb(204,32,166); }

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

border-color css

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

 span { border-color: rgb(204,32,166); }

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