Html Css Color HEX #CC01FC Electric Purple

📋 copy color: '#CC01FC'

red 204 ◦ green 1 ◦ blue 252

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

Shades of Electric Purple #CC01FC

Tints of Electric Purple #CC01FC

RGB

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

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

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

R = 44.64%
G = 0.22%
B = 55.14%

CMYK

 C value IS 0.19

 M value IS 1.00

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CC01FC (or 0xCC01FC) is known color: Electric Purple. HEX triplet: CC, 01 and FC. RGB value is (204,1,252). Sum of RGB (Red+Green+Blue) = 204+1+252=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 1 (0.78% from 255 or 0.22% from 457); Blue value is 252 (98.83% from 255 or 55.14% from 457); Max value from RGB is 252 - color contains mainly: blue. Hex color #CC01FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC01FC is #33FE03. Grayscale: #595959. Windows color (decimal): -3407364 or 16515532. OLE color: 16515532.

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

Color convert

RGB 204 1 252 -
CMYK 0.19 1.00 0 0.01
HSL 288.53º 0.99% 0.5% -
HSV(B) 288.53º 1% 0.99% -
XYZ 42.48 19.89 93.69 -
YUV 90.31 219.25 209.09 -
System Red Green Blue C M Y K H S L
Decimal 204 1 252 0.19 1.00 0 0.01 288.53 0.99 0.5
Hex CC 1 FC 13 64 0 1 121 63 32
Octal 314 1 374 23 144 0 1 441 143 62
Binary 11001100 1 11111100 10011 1100100 0 1 100100001 1100011 110010

Color Harmonies of #CC01FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC01FC

Black with #CC01FC

Text Example


Text Example

White with #CC01FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC01FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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