Html Css Color HEX #CC01F8 Electric Purple

📋 copy color: '#CC01F8'

red 204 ◦ green 1 ◦ blue 248

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

Shades of Electric Purple #CC01F8

Tints of Electric Purple #CC01F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 54.75%

R = 45.03%
G = 0.22%
B = 54.75%

CMYK

 C value IS 0.18

 M value IS 1.00

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CC01F8 (or 0xCC01F8) is known color: Electric Purple. HEX triplet: CC, 01 and F8. RGB value is (204,1,248). Sum of RGB (Red+Green+Blue) = 204+1+248=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 1 (0.78% from 255 or 0.22% from 453); Blue value is 248 (97.27% from 255 or 54.75% from 453); Max value from RGB is 248 - color contains mainly: blue. Hex color #CC01F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC01F8 is #33FE07. Grayscale: #595959. Windows color (decimal): -3407368 or 16253388. OLE color: 16253388.

HSL color Cylindrical-coordinate representation of color #CC01F8: hue angle of 289.31º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC01F8 is Cyan = 0.18, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 204 1 248 -
CMYK 0.18 1.00 0 0.03
HSL 289.31º 0.99% 0.49% -
HSV(B) 289.31º 1% 0.97% -
XYZ 41.86 19.64 90.39 -
YUV 89.86 217.25 209.42 -
System Red Green Blue C M Y K H S L
Decimal 204 1 248 0.18 1.00 0 0.03 289.31 0.99 0.49
Hex CC 1 F8 12 64 0 3 121 63 31
Octal 314 1 370 22 144 0 3 441 143 61
Binary 11001100 1 11111000 10010 1100100 0 11 100100001 1100011 110001

Color Harmonies of #CC01F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC01F8

Black with #CC01F8

Text Example


Text Example

White with #CC01F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC01F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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