Html Css Color HEX #CC22FF Electric Purple

📋 copy color: '#CC22FF'

red 204 ◦ green 34 ◦ blue 255

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

Shades of Electric Purple #CC22FF

Tints of Electric Purple #CC22FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51.72%

R = 41.38%
G = 6.9%
B = 51.72%

CMYK

 C value IS 0.2

 M value IS 0.87

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CC22FF (or 0xCC22FF) is known color: Electric Purple. HEX triplet: CC, 22 and FF. RGB value is (204,34,255). Sum of RGB (Red+Green+Blue) = 204+34+255=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 34 (13.67% from 255 or 6.90% from 493); Blue value is 255 (100% from 255 or 51.72% from 493); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC22FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC22FF is #33DD00. Grayscale: #6D6D6D. Windows color (decimal): -3398913 or 16720588. OLE color: 16720588.

HSL color Cylindrical-coordinate representation of color #CC22FF: hue angle of 286.15º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CC22FF is Cyan = 0.2, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 204 34 255 -
CMYK 0.2 0.87 0 0
HSL 286.15º 1% 0.57% -
HSV(B) 286.15º 0.87% 1% -
XYZ 43.52 21.2 96.41 -
YUV 110.02 209.82 195.03 -
System Red Green Blue C M Y K H S L
Decimal 204 34 255 0.2 0.87 0 0 286.15 1 0.57
Hex CC 22 FF 14 57 0 0 11E 64 39
Octal 314 42 377 24 127 0 0 436 144 71
Binary 11001100 100010 11111111 10100 1010111 0 0 100011110 1100100 111001

Color Harmonies of #CC22FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC22FF

Black with #CC22FF

Text Example


Text Example

White with #CC22FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC22FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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