Html Css Color HEX #CC20AF Deep Magenta

📋 copy color: '#CC20AF'

red 204 ◦ green 32 ◦ blue 175

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

Shades of Deep Magenta #CC20AF

Tints of Deep Magenta #CC20AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 42.58%

R = 49.64%
G = 7.79%
B = 42.58%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.14

 K value IS 0.2

RGB Variations

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

Color information

#CC20AF (or 0xCC20AF) is known color: Deep Magenta. HEX triplet: CC, 20 and AF. RGB value is (204,32,175). Sum of RGB (Red+Green+Blue) = 204+32+175=411 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.64% from 411); Green value is 32 (12.89% from 255 or 7.79% from 411); Blue value is 175 (68.75% from 255 or 42.58% from 411); Max value from RGB is 204 - color contains mainly: red. Hex color #CC20AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC20AF is #33DF50. Grayscale: #636363. Windows color (decimal): -3399505 or 11477196. OLE color: 11477196.

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

Color convert

RGB 204 32 175 -
CMYK 0 0.84 0.14 0.2
HSL 310.12º 0.73% 0.46% -
HSV(B) 310.12º 0.84% 0.8% -
XYZ 33.16 16.97 42.08 -
YUV 99.73 170.48 202.37 -
System Red Green Blue C M Y K H S L
Decimal 204 32 175 0 0.84 0.14 0.2 310.12 0.73 0.46
Hex CC 20 AF 0 54 E 14 136 49 2E
Octal 314 40 257 0 124 16 24 466 111 56
Binary 11001100 100000 10101111 0 1010100 1110 10100 100110110 1001001 101110

Color Harmonies of #CC20AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC20AF

Black with #CC20AF

Text Example


Text Example

White with #CC20AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC20AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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