Html Css Color HEX #CC01EE Electric Purple

📋 copy color: '#CC01EE'

red 204 ◦ green 1 ◦ blue 238

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

Shades of Electric Purple #CC01EE

Tints of Electric Purple #CC01EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 53.72%

R = 46.05%
G = 0.23%
B = 53.72%

CMYK

 C value IS 0.14

 M value IS 1.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC01EE (or 0xCC01EE) is known color: Electric Purple. HEX triplet: CC, 01 and EE. RGB value is (204,1,238). Sum of RGB (Red+Green+Blue) = 204+1+238=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 1 (0.78% from 255 or 0.23% from 443); Blue value is 238 (93.36% from 255 or 53.72% from 443); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC01EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC01EE is #33FE11. Grayscale: #575757. Windows color (decimal): -3407378 or 15598028. OLE color: 15598028.

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

Color convert

RGB 204 1 238 -
CMYK 0.14 1.00 0 0.07
HSL 291.39º 0.99% 0.47% -
HSV(B) 291.39º 1% 0.93% -
XYZ 40.35 19.03 82.44 -
YUV 88.72 212.25 210.23 -
System Red Green Blue C M Y K H S L
Decimal 204 1 238 0.14 1.00 0 0.07 291.39 0.99 0.47
Hex CC 1 EE E 64 0 7 123 63 2F
Octal 314 1 356 16 144 0 7 443 143 57
Binary 11001100 1 11101110 1110 1100100 0 111 100100011 1100011 101111

Color Harmonies of #CC01EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC01EE

Black with #CC01EE

Text Example


Text Example

White with #CC01EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC01EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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