Html Css Color HEX #CC11EF Electric Purple

📋 copy color: '#CC11EF'

red 204 ◦ green 17 ◦ blue 239

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

Shades of Electric Purple #CC11EF

Tints of Electric Purple #CC11EF

RGB

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

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

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

R = 44.35%
G = 3.7%
B = 51.96%

CMYK

 C value IS 0.15

 M value IS 0.93

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CC11EF (or 0xCC11EF) is known color: Electric Purple. HEX triplet: CC, 11 and EF. RGB value is (204,17,239). Sum of RGB (Red+Green+Blue) = 204+17+239=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 17 (7.03% from 255 or 3.70% from 460); Blue value is 239 (93.75% from 255 or 51.96% from 460); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC11EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC11EF is #33EE10. Grayscale: #616161. Windows color (decimal): -3403281 or 15667660. OLE color: 15667660.

HSL color Cylindrical-coordinate representation of color #CC11EF: hue angle of 290.54º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CC11EF is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 17 239 -
CMYK 0.15 0.93 0 0.06
HSL 290.54º 0.87% 0.5% -
HSV(B) 290.54º 0.93% 0.94% -
XYZ 40.68 19.47 83.28 -
YUV 98.22 207.45 203.45 -
System Red Green Blue C M Y K H S L
Decimal 204 17 239 0.15 0.93 0 0.06 290.54 0.87 0.5
Hex CC 11 EF F 5D 0 6 123 57 32
Octal 314 21 357 17 135 0 6 443 127 62
Binary 11001100 10001 11101111 1111 1011101 0 110 100100011 1010111 110010

Color Harmonies of #CC11EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC11EF

Black with #CC11EF

Text Example


Text Example

White with #CC11EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC11EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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