Html Css Color HEX #CC10EC Electric Purple

📋 copy color: '#CC10EC'

red 204 ◦ green 16 ◦ blue 236

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

Shades of Electric Purple #CC10EC

Tints of Electric Purple #CC10EC

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.51%

 BLUE value IS 236 (92.58% from 255) = 51.75%

R = 44.74%
G = 3.51%
B = 51.75%

CMYK

 C value IS 0.14

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC10EC (or 0xCC10EC) is known color: Electric Purple. HEX triplet: CC, 10 and EC. RGB value is (204,16,236). Sum of RGB (Red+Green+Blue) = 204+16+236=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 16 (6.64% from 255 or 3.51% from 456); Blue value is 236 (92.58% from 255 or 51.75% from 456); Max value from RGB is 236 - color contains mainly: blue. Hex color #CC10EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC10EC is #33EF13. Grayscale: #606060. Windows color (decimal): -3403540 or 15470796. OLE color: 15470796.

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

Color convert

RGB 204 16 236 -
CMYK 0.14 0.93 0 0.07
HSL 291.27º 0.87% 0.49% -
HSV(B) 291.27º 0.93% 0.93% -
XYZ 40.23 19.26 80.96 -
YUV 97.29 206.28 204.11 -
System Red Green Blue C M Y K H S L
Decimal 204 16 236 0.14 0.93 0 0.07 291.27 0.87 0.49
Hex CC 10 EC E 5D 0 7 123 57 31
Octal 314 20 354 16 135 0 7 443 127 61
Binary 11001100 10000 11101100 1110 1011101 0 111 100100011 1010111 110001

Color Harmonies of #CC10EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC10EC

Black with #CC10EC

Text Example


Text Example

White with #CC10EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC10EC; }

 p { color: rgb(204,16,236); }

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

background-color css

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

 a { background-color: rgb(204,16,236); }

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

border-color css

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

 span { border-color: rgb(204,16,236); }

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