Html Css Color HEX #CC00EC Electric Purple

📋 copy color: '#CC00EC'

red 204 ◦ green 0 ◦ blue 236

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

Shades of Electric Purple #CC00EC

Tints of Electric Purple #CC00EC

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 46.36%
G = 0%
B = 53.64%

CMYK

 C value IS 0.14

 M value IS 1

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC00EC (or 0xCC00EC) is known color: Electric Purple. HEX triplet: CC, 00 and EC. RGB value is (204,0,236). Sum of RGB (Red+Green+Blue) = 204+0+236=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 0 (0.39% from 255 or 0% from 440); Blue value is 236 (92.58% from 255 or 53.64% from 440); Max value from RGB is 236 - color contains mainly: blue. Hex color #CC00EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC00EC is #33FF13. Grayscale: #575757. Windows color (decimal): -3407636 or 15466700. OLE color: 15466700.

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

Color convert

RGB 204 0 236 -
CMYK 0.14 1 0 0.07
HSL 291.86º 1% 0.46% -
HSV(B) 291.86º 1% 0.93% -
XYZ 40.04 18.89 80.89 -
YUV 87.9 211.59 210.81 -
System Red Green Blue C M Y K H S L
Decimal 204 0 236 0.14 1 0 0.07 291.86 1 0.46
Hex CC 0 EC E 64 0 7 124 64 2E
Octal 314 0 354 16 144 0 7 444 144 56
Binary 11001100 0 11101100 1110 1100100 0 111 100100100 1100100 101110

Color Harmonies of #CC00EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC00EC

Black with #CC00EC

Text Example


Text Example

White with #CC00EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC00EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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