Html Css Color HEX #CC20EB Electric Purple

📋 copy color: '#CC20EB'

red 204 ◦ green 32 ◦ blue 235

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

Shades of Electric Purple #CC20EB

Tints of Electric Purple #CC20EB

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.79%

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

R = 43.31%
G = 6.79%
B = 49.89%

CMYK

 C value IS 0.13

 M value IS 0.86

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CC20EB (or 0xCC20EB) is known color: Electric Purple. HEX triplet: CC, 20 and EB. RGB value is (204,32,235). Sum of RGB (Red+Green+Blue) = 204+32+235=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 32 (12.89% from 255 or 6.79% from 471); Blue value is 235 (92.19% from 255 or 49.89% from 471); Max value from RGB is 235 - color contains mainly: blue. Hex color #CC20EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC20EB is #33DF14. Grayscale: #696969. Windows color (decimal): -3399445 or 15409356. OLE color: 15409356.

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

Color convert

RGB 204 32 235 -
CMYK 0.13 0.86 0 0.08
HSL 290.84º 0.84% 0.52% -
HSV(B) 290.84º 0.86% 0.92% -
XYZ 40.41 19.87 80.3 -
YUV 106.57 200.48 197.49 -
System Red Green Blue C M Y K H S L
Decimal 204 32 235 0.13 0.86 0 0.08 290.84 0.84 0.52
Hex CC 20 EB D 56 0 8 123 54 34
Octal 314 40 353 15 126 0 10 443 124 64
Binary 11001100 100000 11101011 1101 1010110 0 1000 100100011 1010100 110100

Color Harmonies of #CC20EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC20EB

Black with #CC20EB

Text Example


Text Example

White with #CC20EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC20EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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