Html Css Color HEX #CC11FE Electric Purple

📋 copy color: '#CC11FE'

red 204 ◦ green 17 ◦ blue 254

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

Shades of Electric Purple #CC11FE

Tints of Electric Purple #CC11FE

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.58%

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

R = 42.95%
G = 3.58%
B = 53.47%

CMYK

 C value IS 0.20

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CC11FE (or 0xCC11FE) is known color: Electric Purple. HEX triplet: CC, 11 and FE. RGB value is (204,17,254). Sum of RGB (Red+Green+Blue) = 204+17+254=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 17 (7.03% from 255 or 3.58% from 475); Blue value is 254 (99.61% from 255 or 53.47% from 475); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC11FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC11FE is #33EE01. Grayscale: #636363. Windows color (decimal): -3403266 or 16650700. OLE color: 16650700.

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

Color convert

RGB 204 17 254 -
CMYK 0.20 0.93 0 0.00
HSL 287.34º 0.99% 0.53% -
HSV(B) 287.34º 0.93% 1% -
XYZ 42.99 20.39 95.44 -
YUV 99.93 214.95 202.23 -
System Red Green Blue C M Y K H S L
Decimal 204 17 254 0.20 0.93 0 0.00 287.34 0.99 0.53
Hex CC 11 FE 14 5D 0 0 11F 63 35
Octal 314 21 376 24 135 0 0 437 143 65
Binary 11001100 10001 11111110 10100 1011101 0 0 100011111 1100011 110101

Color Harmonies of #CC11FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC11FE

Black with #CC11FE

Text Example


Text Example

White with #CC11FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC11FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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