Html Css Color HEX #CC10FE Electric Purple

📋 copy color: '#CC10FE'

red 204 ◦ green 16 ◦ blue 254

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

Shades of Electric Purple #CC10FE

Tints of Electric Purple #CC10FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 53.59%

R = 43.04%
G = 3.38%
B = 53.59%

CMYK

 C value IS 0.20

 M value IS 0.94

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CC10FE (or 0xCC10FE) is known color: Electric Purple. HEX triplet: CC, 10 and FE. RGB value is (204,16,254). Sum of RGB (Red+Green+Blue) = 204+16+254=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 16 (6.64% from 255 or 3.38% from 474); Blue value is 254 (99.61% from 255 or 53.59% from 474); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC10FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC10FE is #33EF01. Grayscale: #626262. Windows color (decimal): -3403522 or 16650444. OLE color: 16650444.

HSL color Cylindrical-coordinate representation of color #CC10FE: hue angle of 287.39º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC10FE is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 204 16 254 -
CMYK 0.20 0.94 0 0.00
HSL 287.4º 0.99% 0.53% -
HSV(B) 287.4º 0.94% 1% -
XYZ 42.98 20.36 95.43 -
YUV 99.34 215.28 202.65 -
System Red Green Blue C M Y K H S L
Decimal 204 16 254 0.20 0.94 0 0.00 287.4 0.99 0.53
Hex CC 10 FE 14 5E 0 0 11F 63 35
Octal 314 20 376 24 136 0 0 437 143 65
Binary 11001100 10000 11111110 10100 1011110 0 0 100011111 1100011 110101

Color Harmonies of #CC10FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC10FE

Black with #CC10FE

Text Example


Text Example

White with #CC10FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC10FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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