Html Css Color HEX #CC28E1 Deep Magenta

📋 copy color: '#CC28E1'

red 204 ◦ green 40 ◦ blue 225

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

Shades of Deep Magenta #CC28E1

Tints of Deep Magenta #CC28E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 47.97%

R = 43.5%
G = 8.53%
B = 47.97%

CMYK

 C value IS 0.09

 M value IS 0.82

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CC28E1 (or 0xCC28E1) is known color: Deep Magenta. HEX triplet: CC, 28 and E1. RGB value is (204,40,225). Sum of RGB (Red+Green+Blue) = 204+40+225=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 40 (16.02% from 255 or 8.53% from 469); Blue value is 225 (88.28% from 255 or 47.97% from 469); Max value from RGB is 225 - color contains mainly: blue. Hex color #CC28E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC28E1 is #33D71E. Grayscale: #6D6D6D. Windows color (decimal): -3397407 or 14756044. OLE color: 14756044.

HSL color Cylindrical-coordinate representation of color #CC28E1: hue angle of 293.19º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC28E1 is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 204 40 225 -
CMYK 0.09 0.82 0 0.12
HSL 293.19º 0.76% 0.52% -
HSV(B) 293.19º 0.82% 0.88% -
XYZ 39.25 19.79 72.99 -
YUV 110.13 192.83 194.96 -
System Red Green Blue C M Y K H S L
Decimal 204 40 225 0.09 0.82 0 0.12 293.19 0.76 0.52
Hex CC 28 E1 9 52 0 C 125 4C 34
Octal 314 50 341 11 122 0 14 445 114 64
Binary 11001100 101000 11100001 1001 1010010 0 1100 100100101 1001100 110100

Color Harmonies of #CC28E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC28E1

Black with #CC28E1

Text Example


Text Example

White with #CC28E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC28E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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