Html Css Color HEX #CC01FE Electric Purple

📋 copy color: '#CC01FE'

red 204 ◦ green 1 ◦ blue 254

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

Shades of Electric Purple #CC01FE

Tints of Electric Purple #CC01FE

RGB

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

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

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

R = 44.44%
G = 0.22%
B = 55.34%

CMYK

 C value IS 0.20

 M value IS 1.00

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CC01FE (or 0xCC01FE) is known color: Electric Purple. HEX triplet: CC, 01 and FE. RGB value is (204,1,254). Sum of RGB (Red+Green+Blue) = 204+1+254=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 1 (0.78% from 255 or 0.22% from 459); Blue value is 254 (99.61% from 255 or 55.34% from 459); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC01FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC01FE is #33FE01. Grayscale: #595959. Windows color (decimal): -3407362 or 16646604. OLE color: 16646604.

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

Color convert

RGB 204 1 254 -
CMYK 0.20 1.00 0 0.00
HSL 288.14º 0.99% 0.5% -
HSV(B) 288.14º 1% 1% -
XYZ 42.8 20.01 95.37 -
YUV 90.54 220.25 208.93 -
System Red Green Blue C M Y K H S L
Decimal 204 1 254 0.20 1.00 0 0.00 288.14 0.99 0.5
Hex CC 1 FE 14 64 0 0 120 63 32
Octal 314 1 376 24 144 0 0 440 143 62
Binary 11001100 1 11111110 10100 1100100 0 0 100100000 1100011 110010

Color Harmonies of #CC01FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC01FE

Black with #CC01FE

Text Example


Text Example

White with #CC01FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC01FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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