Html Css Color HEX #CC21FE Electric Purple

📋 copy color: '#CC21FE'

red 204 ◦ green 33 ◦ blue 254

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

Shades of Electric Purple #CC21FE

Tints of Electric Purple #CC21FE

RGB

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

 GREEN value IS 33 (13.28% from 255) = 6.72%

 BLUE value IS 254 (99.61% from 255) = 51.73%

R = 41.55%
G = 6.72%
B = 51.73%

CMYK

 C value IS 0.20

 M value IS 0.87

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CC21FE (or 0xCC21FE) is known color: Electric Purple. HEX triplet: CC, 21 and FE. RGB value is (204,33,254). Sum of RGB (Red+Green+Blue) = 204+33+254=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 33 (13.28% from 255 or 6.72% from 491); Blue value is 254 (99.61% from 255 or 51.73% from 491); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC21FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC21FE is #33DE01. Grayscale: #6C6C6C. Windows color (decimal): -3399170 or 16654796. OLE color: 16654796.

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

Color convert

RGB 204 33 254 -
CMYK 0.20 0.87 0 0.00
HSL 286.43º 0.99% 0.56% -
HSV(B) 286.43º 0.87% 1% -
XYZ 43.34 21.08 95.55 -
YUV 109.32 209.65 195.53 -
System Red Green Blue C M Y K H S L
Decimal 204 33 254 0.20 0.87 0 0.00 286.43 0.99 0.56
Hex CC 21 FE 14 57 0 0 11E 63 38
Octal 314 41 376 24 127 0 0 436 143 70
Binary 11001100 100001 11111110 10100 1010111 0 0 100011110 1100011 111000

Color Harmonies of #CC21FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC21FE

Black with #CC21FE

Text Example


Text Example

White with #CC21FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC21FE; }

 p { color: rgb(204,33,254); }

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

background-color css

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

 a { background-color: rgb(204,33,254); }

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

border-color css

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

 span { border-color: rgb(204,33,254); }

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