Html Css Color HEX #CC01F0 Electric Purple

📋 copy color: '#CC01F0'

red 204 ◦ green 1 ◦ blue 240

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

Shades of Electric Purple #CC01F0

Tints of Electric Purple #CC01F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 53.93%

R = 45.84%
G = 0.22%
B = 53.93%

CMYK

 C value IS 0.15

 M value IS 1.00

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CC01F0 (or 0xCC01F0) is known color: Electric Purple. HEX triplet: CC, 01 and F0. RGB value is (204,1,240). Sum of RGB (Red+Green+Blue) = 204+1+240=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 1 (0.78% from 255 or 0.22% from 445); Blue value is 240 (94.14% from 255 or 53.93% from 445); Max value from RGB is 240 - color contains mainly: blue. Hex color #CC01F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC01F0 is #33FE0F. Grayscale: #585858. Windows color (decimal): -3407376 or 15729100. OLE color: 15729100.

HSL color Cylindrical-coordinate representation of color #CC01F0: hue angle of 290.96º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC01F0 is Cyan = 0.15, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 1 240 -
CMYK 0.15 1.00 0 0.06
HSL 290.96º 0.99% 0.47% -
HSV(B) 290.96º 1% 0.94% -
XYZ 40.64 19.15 83.99 -
YUV 88.94 213.25 210.07 -
System Red Green Blue C M Y K H S L
Decimal 204 1 240 0.15 1.00 0 0.06 290.96 0.99 0.47
Hex CC 1 F0 F 64 0 6 123 63 2F
Octal 314 1 360 17 144 0 6 443 143 57
Binary 11001100 1 11110000 1111 1100100 0 110 100100011 1100011 101111

Color Harmonies of #CC01F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC01F0

Black with #CC01F0

Text Example


Text Example

White with #CC01F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC01F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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