Html Css Color HEX #CC28EF Electric Purple

📋 copy color: '#CC28EF'

red 204 ◦ green 40 ◦ blue 239

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

Shades of Electric Purple #CC28EF

Tints of Electric Purple #CC28EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 49.48%

R = 42.24%
G = 8.28%
B = 49.48%

CMYK

 C value IS 0.15

 M value IS 0.83

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CC28EF (or 0xCC28EF) is known color: Electric Purple. HEX triplet: CC, 28 and EF. RGB value is (204,40,239). Sum of RGB (Red+Green+Blue) = 204+40+239=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 40 (16.02% from 255 or 8.28% from 483); Blue value is 239 (93.75% from 255 or 49.48% from 483); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC28EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC28EF is #33D710. Grayscale: #6F6F6F. Windows color (decimal): -3397393 or 15673548. OLE color: 15673548.

HSL color Cylindrical-coordinate representation of color #CC28EF: hue angle of 289.45º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC28EF is Cyan = 0.15, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 40 239 -
CMYK 0.15 0.83 0 0.06
HSL 289.45º 0.86% 0.55% -
HSV(B) 289.45º 0.83% 0.94% -
XYZ 41.24 20.59 83.46 -
YUV 111.72 199.83 193.82 -
System Red Green Blue C M Y K H S L
Decimal 204 40 239 0.15 0.83 0 0.06 289.45 0.86 0.55
Hex CC 28 EF F 53 0 6 121 56 37
Octal 314 50 357 17 123 0 6 441 126 67
Binary 11001100 101000 11101111 1111 1010011 0 110 100100001 1010110 110111

Color Harmonies of #CC28EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC28EF

Black with #CC28EF

Text Example


Text Example

White with #CC28EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC28EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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