Html Css Color HEX #CC28FA Electric Purple

📋 copy color: '#CC28FA'

red 204 ◦ green 40 ◦ blue 250

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

Shades of Electric Purple #CC28FA

Tints of Electric Purple #CC28FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50.61%

R = 41.3%
G = 8.1%
B = 50.61%

CMYK

 C value IS 0.18

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC28FA (or 0xCC28FA) is known color: Electric Purple. HEX triplet: CC, 28 and FA. RGB value is (204,40,250). Sum of RGB (Red+Green+Blue) = 204+40+250=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 40 (16.02% from 255 or 8.10% from 494); Blue value is 250 (98.05% from 255 or 50.61% from 494); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC28FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC28FA is #33D705. Grayscale: #707070. Windows color (decimal): -3397382 or 16394444. OLE color: 16394444.

HSL color Cylindrical-coordinate representation of color #CC28FA: hue angle of 286.86º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC28FA is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 40 250 -
CMYK 0.18 0.84 0 0.02
HSL 286.86º 0.95% 0.57% -
HSV(B) 286.86º 0.84% 0.98% -
XYZ 42.92 21.26 92.28 -
YUV 112.98 205.33 192.92 -
System Red Green Blue C M Y K H S L
Decimal 204 40 250 0.18 0.84 0 0.02 286.86 0.95 0.57
Hex CC 28 FA 12 54 0 2 11F 5F 39
Octal 314 50 372 22 124 0 2 437 137 71
Binary 11001100 101000 11111010 10010 1010100 0 10 100011111 1011111 111001

Color Harmonies of #CC28FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC28FA

Black with #CC28FA

Text Example


Text Example

White with #CC28FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC28FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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