Html Css Color HEX #CC20CF Deep Magenta

📋 copy color: '#CC20CF'

red 204 ◦ green 32 ◦ blue 207

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

Shades of Deep Magenta #CC20CF

Tints of Deep Magenta #CC20CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.73%

R = 46.05%
G = 7.22%
B = 46.73%

CMYK

 C value IS 0.01

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CC20CF (or 0xCC20CF) is known color: Deep Magenta. HEX triplet: CC, 20 and CF. RGB value is (204,32,207). Sum of RGB (Red+Green+Blue) = 204+32+207=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 32 (12.89% from 255 or 7.22% from 443); Blue value is 207 (81.25% from 255 or 46.73% from 443); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC20CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC20CF is #33DF30. Grayscale: #666666. Windows color (decimal): -3399473 or 13574348. OLE color: 13574348.

HSL color Cylindrical-coordinate representation of color #CC20CF: hue angle of 298.97º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CC20CF is Cyan = 0.01, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 204 32 207 -
CMYK 0.01 0.85 0 0.19
HSL 298.97º 0.73% 0.47% -
HSV(B) 298.97º 0.85% 0.81% -
XYZ 36.68 18.38 60.65 -
YUV 103.38 186.48 199.77 -
System Red Green Blue C M Y K H S L
Decimal 204 32 207 0.01 0.85 0 0.19 298.97 0.73 0.47
Hex CC 20 CF 1 55 0 13 12B 49 2F
Octal 314 40 317 1 125 0 23 453 111 57
Binary 11001100 100000 11001111 1 1010101 0 10011 100101011 1001001 101111

Color Harmonies of #CC20CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC20CF

Black with #CC20CF

Text Example


Text Example

White with #CC20CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC20CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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