Html Css Color HEX #CC28DB Deep Magenta

📋 copy color: '#CC28DB'

red 204 ◦ green 40 ◦ blue 219

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

Shades of Deep Magenta #CC28DB

Tints of Deep Magenta #CC28DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.3%

R = 44.06%
G = 8.64%
B = 47.3%

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

#CC28DB (or 0xCC28DB) is known color: Deep Magenta. HEX triplet: CC, 28 and DB. RGB value is (204,40,219). Sum of RGB (Red+Green+Blue) = 204+40+219=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 40 (16.02% from 255 or 8.64% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC28DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC28DB is #33D724. Grayscale: #6C6C6C. Windows color (decimal): -3397413 or 14362828. OLE color: 14362828.

HSL color Cylindrical-coordinate representation of color #CC28DB: hue angle of 294.97º degrees, saturation: 0.71, 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 #CC28DB is Cyan = 0.07, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 40 219 -
CMYK 0.07 0.82 0 0.14
HSL 294.97º 0.71% 0.51% -
HSV(B) 294.97º 0.82% 0.86% -
XYZ 38.45 19.47 68.75 -
YUV 109.44 189.83 195.45 -
System Red Green Blue C M Y K H S L
Decimal 204 40 219 0.07 0.82 0 0.14 294.97 0.71 0.51
Hex CC 28 DB 7 52 0 E 127 47 33
Octal 314 50 333 7 122 0 16 447 107 63
Binary 11001100 101000 11011011 111 1010010 0 1110 100100111 1000111 110011

Color Harmonies of #CC28DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC28DB

Black with #CC28DB

Text Example


Text Example

White with #CC28DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC28DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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