Html Css Color HEX #CC22EC Electric Purple

📋 copy color: '#CC22EC'

red 204 ◦ green 34 ◦ blue 236

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

Shades of Electric Purple #CC22EC

Tints of Electric Purple #CC22EC

RGB

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

 GREEN value IS 34 (13.67% from 255) = 7.17%

 BLUE value IS 236 (92.58% from 255) = 49.79%

R = 43.04%
G = 7.17%
B = 49.79%

CMYK

 C value IS 0.14

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC22EC (or 0xCC22EC) is known color: Electric Purple. HEX triplet: CC, 22 and EC. RGB value is (204,34,236). Sum of RGB (Red+Green+Blue) = 204+34+236=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 34 (13.67% from 255 or 7.17% from 474); Blue value is 236 (92.58% from 255 or 49.79% from 474); Max value from RGB is 236 - color contains mainly: blue. Hex color #CC22EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC22EC is #33DD13. Grayscale: #6B6B6B. Windows color (decimal): -3398932 or 15475404. OLE color: 15475404.

HSL color Cylindrical-coordinate representation of color #CC22EC: hue angle of 290.5º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC22EC is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 34 236 -
CMYK 0.14 0.86 0 0.07
HSL 290.5º 0.84% 0.53% -
HSV(B) 290.5º 0.86% 0.93% -
XYZ 40.61 20.04 81.08 -
YUV 107.86 200.32 196.57 -
System Red Green Blue C M Y K H S L
Decimal 204 34 236 0.14 0.86 0 0.07 290.5 0.84 0.53
Hex CC 22 EC E 56 0 7 122 54 35
Octal 314 42 354 16 126 0 7 442 124 65
Binary 11001100 100010 11101100 1110 1010110 0 111 100100010 1010100 110101

Color Harmonies of #CC22EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC22EC

Black with #CC22EC

Text Example


Text Example

White with #CC22EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC22EC; }

 p { color: rgb(204,34,236); }

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

background-color css

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

 a { background-color: rgb(204,34,236); }

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

border-color css

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

 span { border-color: rgb(204,34,236); }

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