Html Css Color HEX #CC28CE Deep Magenta

📋 copy color: '#CC28CE'

red 204 ◦ green 40 ◦ blue 206

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

Shades of Deep Magenta #CC28CE

Tints of Deep Magenta #CC28CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.78%

R = 45.33%
G = 8.89%
B = 45.78%

CMYK

 C value IS 0.01

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CC28CE (or 0xCC28CE) is known color: Deep Magenta. HEX triplet: CC, 28 and CE. RGB value is (204,40,206). Sum of RGB (Red+Green+Blue) = 204+40+206=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 40 (16.02% from 255 or 8.89% from 450); Blue value is 206 (80.86% from 255 or 45.78% from 450); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC28CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC28CE is #33D731. Grayscale: #6B6B6B. Windows color (decimal): -3397426 or 13510860. OLE color: 13510860.

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

Color convert

RGB 204 40 206 -
CMYK 0.01 0.81 0 0.19
HSL 299.28º 0.67% 0.48% -
HSV(B) 299.28º 0.81% 0.81% -
XYZ 36.8 18.81 60.08 -
YUV 107.96 183.33 196.5 -
System Red Green Blue C M Y K H S L
Decimal 204 40 206 0.01 0.81 0 0.19 299.28 0.67 0.48
Hex CC 28 CE 1 51 0 13 12B 43 30
Octal 314 50 316 1 121 0 23 453 103 60
Binary 11001100 101000 11001110 1 1010001 0 10011 100101011 1000011 110000

Color Harmonies of #CC28CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC28CE

Black with #CC28CE

Text Example


Text Example

White with #CC28CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC28CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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