Html Css Color HEX #CC20AD Medium Violet Red

📋 copy color: '#CC20AD'

red 204 ◦ green 32 ◦ blue 173

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

Shades of Medium Violet Red #CC20AD

Tints of Medium Violet Red #CC20AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 42.3%

R = 49.88%
G = 7.82%
B = 42.3%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.15

 K value IS 0.2

RGB Variations

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

Color information

#CC20AD (or 0xCC20AD) is known color: Medium Violet Red. HEX triplet: CC, 20 and AD. RGB value is (204,32,173). Sum of RGB (Red+Green+Blue) = 204+32+173=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 32 (12.89% from 255 or 7.82% from 409); Blue value is 173 (67.97% from 255 or 42.30% from 409); Max value from RGB is 204 - color contains mainly: red. Hex color #CC20AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC20AD is #33DF52. Grayscale: #636363. Windows color (decimal): -3399507 or 11346124. OLE color: 11346124.

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

Color convert

RGB 204 32 173 -
CMYK 0 0.84 0.15 0.2
HSL 310.81º 0.73% 0.46% -
HSV(B) 310.81º 0.84% 0.8% -
XYZ 32.96 16.89 41.06 -
YUV 99.5 169.48 202.54 -
System Red Green Blue C M Y K H S L
Decimal 204 32 173 0 0.84 0.15 0.2 310.81 0.73 0.46
Hex CC 20 AD 0 54 F 14 137 49 2E
Octal 314 40 255 0 124 17 24 467 111 56
Binary 11001100 100000 10101101 0 1010100 1111 10100 100110111 1001001 101110

Color Harmonies of #CC20AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC20AD

Black with #CC20AD

Text Example


Text Example

White with #CC20AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC20AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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