Html Css Color HEX #CC11EB Electric Purple

📋 copy color: '#CC11EB'

red 204 ◦ green 17 ◦ blue 235

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

Shades of Electric Purple #CC11EB

Tints of Electric Purple #CC11EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 51.54%

R = 44.74%
G = 3.73%
B = 51.54%

CMYK

 C value IS 0.13

 M value IS 0.93

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CC11EB (or 0xCC11EB) is known color: Electric Purple. HEX triplet: CC, 11 and EB. RGB value is (204,17,235). Sum of RGB (Red+Green+Blue) = 204+17+235=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 17 (7.03% from 255 or 3.73% from 456); Blue value is 235 (92.19% from 255 or 51.54% from 456); Max value from RGB is 235 - color contains mainly: blue. Hex color #CC11EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC11EB is #33EE14. Grayscale: #616161. Windows color (decimal): -3403285 or 15405516. OLE color: 15405516.

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

Color convert

RGB 204 17 235 -
CMYK 0.13 0.93 0 0.08
HSL 291.47º 0.87% 0.49% -
HSV(B) 291.47º 0.93% 0.92% -
XYZ 40.1 19.24 80.2 -
YUV 97.77 205.45 203.77 -
System Red Green Blue C M Y K H S L
Decimal 204 17 235 0.13 0.93 0 0.08 291.47 0.87 0.49
Hex CC 11 EB D 5D 0 8 123 57 31
Octal 314 21 353 15 135 0 10 443 127 61
Binary 11001100 10001 11101011 1101 1011101 0 1000 100100011 1010111 110001

Color Harmonies of #CC11EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC11EB

Black with #CC11EB

Text Example


Text Example

White with #CC11EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC11EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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