Html Css Color HEX #CC28FE Electric Purple

📋 copy color: '#CC28FE'

red 204 ◦ green 40 ◦ blue 254

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

Shades of Electric Purple #CC28FE

Tints of Electric Purple #CC28FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 51%

R = 40.96%
G = 8.03%
B = 51%

CMYK

 C value IS 0.20

 M value IS 0.84

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CC28FE (or 0xCC28FE) is known color: Electric Purple. HEX triplet: CC, 28 and FE. RGB value is (204,40,254). Sum of RGB (Red+Green+Blue) = 204+40+254=498 (65% of max value = 765). Red value is 204 (80.08% from 255 or 40.96% from 498); Green value is 40 (16.02% from 255 or 8.03% from 498); Blue value is 254 (99.61% from 255 or 51.00% from 498); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC28FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC28FE is #33D701. Grayscale: #707070. Windows color (decimal): -3397378 or 16656588. OLE color: 16656588.

HSL color Cylindrical-coordinate representation of color #CC28FE: hue angle of 285.98º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC28FE is Cyan = 0.20, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 204 40 254 -
CMYK 0.20 0.84 0 0.00
HSL 285.98º 0.99% 0.58% -
HSV(B) 285.98º 0.84% 1% -
XYZ 43.55 21.51 95.62 -
YUV 113.43 207.33 192.6 -
System Red Green Blue C M Y K H S L
Decimal 204 40 254 0.20 0.84 0 0.00 285.98 0.99 0.58
Hex CC 28 FE 14 54 0 0 11E 63 3A
Octal 314 50 376 24 124 0 0 436 143 72
Binary 11001100 101000 11111110 10100 1010100 0 0 100011110 1100011 111010

Color Harmonies of #CC28FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC28FE

Black with #CC28FE

Text Example


Text Example

White with #CC28FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC28FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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