Html Css Color HEX #CC28DC Deep Magenta

📋 copy color: '#CC28DC'

red 204 ◦ green 40 ◦ blue 220

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

Shades of Deep Magenta #CC28DC

Tints of Deep Magenta #CC28DC

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.62%

 BLUE value IS 220 (86.33% from 255) = 47.41%

R = 43.97%
G = 8.62%
B = 47.41%

CMYK

 C value IS 0.07

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CC28DC (or 0xCC28DC) is known color: Deep Magenta. HEX triplet: CC, 28 and DC. RGB value is (204,40,220). Sum of RGB (Red+Green+Blue) = 204+40+220=464 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.97% from 464); Green value is 40 (16.02% from 255 or 8.62% from 464); Blue value is 220 (86.33% from 255 or 47.41% from 464); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC28DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC28DC is #33D723. Grayscale: #6D6D6D. Windows color (decimal): -3397412 or 14428364. OLE color: 14428364.

HSL color Cylindrical-coordinate representation of color #CC28DC: hue angle of 294.67º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC28DC is Cyan = 0.07, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 40 220 -
CMYK 0.07 0.82 0 0.14
HSL 294.67º 0.72% 0.51% -
HSV(B) 294.67º 0.82% 0.86% -
XYZ 38.58 19.52 69.44 -
YUV 109.56 190.33 195.36 -
System Red Green Blue C M Y K H S L
Decimal 204 40 220 0.07 0.82 0 0.14 294.67 0.72 0.51
Hex CC 28 DC 7 52 0 E 127 48 33
Octal 314 50 334 7 122 0 16 447 110 63
Binary 11001100 101000 11011100 111 1010010 0 1110 100100111 1001000 110011

Color Harmonies of #CC28DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC28DC

Black with #CC28DC

Text Example


Text Example

White with #CC28DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC28DC; }

 p { color: rgb(204,40,220); }

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

background-color css

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

 a { background-color: rgb(204,40,220); }

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

border-color css

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

 span { border-color: rgb(204,40,220); }

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