Html Css Color HEX #CC28EC Electric Purple

📋 copy color: '#CC28EC'

red 204 ◦ green 40 ◦ blue 236

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

Shades of Electric Purple #CC28EC

Tints of Electric Purple #CC28EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 49.17%

R = 42.5%
G = 8.33%
B = 49.17%

CMYK

 C value IS 0.14

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC28EC (or 0xCC28EC) is known color: Electric Purple. HEX triplet: CC, 28 and EC. RGB value is (204,40,236). Sum of RGB (Red+Green+Blue) = 204+40+236=480 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.5% from 480); Green value is 40 (16.02% from 255 or 8.33% from 480); Blue value is 236 (92.58% from 255 or 49.17% from 480); Max value from RGB is 236 - color contains mainly: blue. Hex color #CC28EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC28EC is #33D713. Grayscale: #6E6E6E. Windows color (decimal): -3397396 or 15476940. OLE color: 15476940.

HSL color Cylindrical-coordinate representation of color #CC28EC: hue angle of 290.2º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC28EC is Cyan = 0.14, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 40 236 -
CMYK 0.14 0.83 0 0.07
HSL 290.2º 0.84% 0.54% -
HSV(B) 290.2º 0.83% 0.93% -
XYZ 40.8 20.41 81.15 -
YUV 111.38 198.33 194.06 -
System Red Green Blue C M Y K H S L
Decimal 204 40 236 0.14 0.83 0 0.07 290.2 0.84 0.54
Hex CC 28 EC E 53 0 7 122 54 36
Octal 314 50 354 16 123 0 7 442 124 66
Binary 11001100 101000 11101100 1110 1010011 0 111 100100010 1010100 110110

Color Harmonies of #CC28EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC28EC

Black with #CC28EC

Text Example


Text Example

White with #CC28EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC28EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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