Html Css Color HEX #CC16EA Electric Purple

📋 copy color: '#CC16EA'

red 204 ◦ green 22 ◦ blue 234

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

Shades of Electric Purple #CC16EA

Tints of Electric Purple #CC16EA

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.78%

 BLUE value IS 234 (91.8% from 255) = 50.87%

R = 44.35%
G = 4.78%
B = 50.87%

CMYK

 C value IS 0.13

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CC16EA (or 0xCC16EA) is known color: Electric Purple. HEX triplet: CC, 16 and EA. RGB value is (204,22,234). Sum of RGB (Red+Green+Blue) = 204+22+234=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 22 (8.98% from 255 or 4.78% from 460); Blue value is 234 (91.80% from 255 or 50.87% from 460); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC16EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC16EA is #33E915. Grayscale: #636363. Windows color (decimal): -3402006 or 15341260. OLE color: 15341260.

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

Color convert

RGB 204 22 234 -
CMYK 0.13 0.91 0 0.08
HSL 291.51º 0.83% 0.5% -
HSV(B) 291.51º 0.91% 0.92% -
XYZ 40.04 19.35 79.47 -
YUV 100.59 203.3 201.76 -
System Red Green Blue C M Y K H S L
Decimal 204 22 234 0.13 0.91 0 0.08 291.51 0.83 0.5
Hex CC 16 EA D 5B 0 8 124 53 32
Octal 314 26 352 15 133 0 10 444 123 62
Binary 11001100 10110 11101010 1101 1011011 0 1000 100100100 1010011 110010

Color Harmonies of #CC16EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC16EA

Black with #CC16EA

Text Example


Text Example

White with #CC16EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC16EA; }

 p { color: rgb(204,22,234); }

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

background-color css

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

 a { background-color: rgb(204,22,234); }

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

border-color css

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

 span { border-color: rgb(204,22,234); }

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