Html Css Color HEX #CC01EF Electric Purple

📋 copy color: '#CC01EF'

red 204 ◦ green 1 ◦ blue 239

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

Shades of Electric Purple #CC01EF

Tints of Electric Purple #CC01EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 53.83%

R = 45.95%
G = 0.23%
B = 53.83%

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

#CC01EF (or 0xCC01EF) is known color: Electric Purple. HEX triplet: CC, 01 and EF. RGB value is (204,1,239). Sum of RGB (Red+Green+Blue) = 204+1+239=444 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.95% from 444); Green value is 1 (0.78% from 255 or 0.23% from 444); Blue value is 239 (93.75% from 255 or 53.83% from 444); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC01EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC01EF is #33FE10. Grayscale: #585858. Windows color (decimal): -3407377 or 15663564. OLE color: 15663564.

HSL color Cylindrical-coordinate representation of color #CC01EF: hue angle of 291.18º 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 #CC01EF is Cyan = 0.15, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 1 239 -
CMYK 0.15 1.00 0 0.06
HSL 291.18º 0.99% 0.47% -
HSV(B) 291.18º 1% 0.94% -
XYZ 40.49 19.09 83.21 -
YUV 88.83 212.75 210.15 -
System Red Green Blue C M Y K H S L
Decimal 204 1 239 0.15 1.00 0 0.06 291.18 0.99 0.47
Hex CC 1 EF F 64 0 6 123 63 2F
Octal 314 1 357 17 144 0 6 443 143 57
Binary 11001100 1 11101111 1111 1100100 0 110 100100011 1100011 101111

Color Harmonies of #CC01EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC01EF

Black with #CC01EF

Text Example


Text Example

White with #CC01EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC01EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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