Html Css Color HEX #CC01EC Electric Purple

📋 copy color: '#CC01EC'

red 204 ◦ green 1 ◦ blue 236

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

Shades of Electric Purple #CC01EC

Tints of Electric Purple #CC01EC

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.23%

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

R = 46.26%
G = 0.23%
B = 53.51%

CMYK

 C value IS 0.14

 M value IS 1.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC01EC (or 0xCC01EC) is known color: Electric Purple. HEX triplet: CC, 01 and EC. RGB value is (204,1,236). Sum of RGB (Red+Green+Blue) = 204+1+236=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 1 (0.78% from 255 or 0.23% from 441); Blue value is 236 (92.58% from 255 or 53.51% from 441); Max value from RGB is 236 - color contains mainly: blue. Hex color #CC01EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC01EC is #33FE13. Grayscale: #575757. Windows color (decimal): -3407380 or 15466956. OLE color: 15466956.

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

Color convert

RGB 204 1 236 -
CMYK 0.14 1.00 0 0.07
HSL 291.83º 0.99% 0.46% -
HSV(B) 291.83º 1% 0.93% -
XYZ 40.05 18.92 80.9 -
YUV 88.49 211.25 210.39 -
System Red Green Blue C M Y K H S L
Decimal 204 1 236 0.14 1.00 0 0.07 291.83 0.99 0.46
Hex CC 1 EC E 64 0 7 124 63 2E
Octal 314 1 354 16 144 0 7 444 143 56
Binary 11001100 1 11101100 1110 1100100 0 111 100100100 1100011 101110

Color Harmonies of #CC01EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC01EC

Black with #CC01EC

Text Example


Text Example

White with #CC01EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC01EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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