Html Css Color HEX #CC28FC Electric Purple

📋 copy color: '#CC28FC'

red 204 ◦ green 40 ◦ blue 252

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

Shades of Electric Purple #CC28FC

Tints of Electric Purple #CC28FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 50.81%

R = 41.13%
G = 8.06%
B = 50.81%

CMYK

 C value IS 0.19

 M value IS 0.84

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CC28FC (or 0xCC28FC) is known color: Electric Purple. HEX triplet: CC, 28 and FC. RGB value is (204,40,252). Sum of RGB (Red+Green+Blue) = 204+40+252=496 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.13% from 496); Green value is 40 (16.02% from 255 or 8.06% from 496); Blue value is 252 (98.83% from 255 or 50.81% from 496); Max value from RGB is 252 - color contains mainly: blue. Hex color #CC28FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC28FC is #33D703. Grayscale: #707070. Windows color (decimal): -3397380 or 16525516. OLE color: 16525516.

HSL color Cylindrical-coordinate representation of color #CC28FC: hue angle of 286.42º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC28FC is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 204 40 252 -
CMYK 0.19 0.84 0 0.01
HSL 286.42º 0.97% 0.57% -
HSV(B) 286.42º 0.84% 0.99% -
XYZ 43.23 21.38 93.94 -
YUV 113.2 206.33 192.76 -
System Red Green Blue C M Y K H S L
Decimal 204 40 252 0.19 0.84 0 0.01 286.42 0.97 0.57
Hex CC 28 FC 13 54 0 1 11E 61 39
Octal 314 50 374 23 124 0 1 436 141 71
Binary 11001100 101000 11111100 10011 1010100 0 1 100011110 1100001 111001

Color Harmonies of #CC28FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC28FC

Black with #CC28FC

Text Example


Text Example

White with #CC28FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC28FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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