Html Css Color HEX #CC21F1 Electric Purple

📋 copy color: '#CC21F1'

red 204 ◦ green 33 ◦ blue 241

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

Shades of Electric Purple #CC21F1

Tints of Electric Purple #CC21F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 50.42%

R = 42.68%
G = 6.9%
B = 50.42%

CMYK

 C value IS 0.15

 M value IS 0.86

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CC21F1 (or 0xCC21F1) is known color: Electric Purple. HEX triplet: CC, 21 and F1. RGB value is (204,33,241). Sum of RGB (Red+Green+Blue) = 204+33+241=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 33 (13.28% from 255 or 6.90% from 478); Blue value is 241 (94.53% from 255 or 50.42% from 478); Max value from RGB is 241 - color contains mainly: blue. Hex color #CC21F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC21F1 is #33DE0E. Grayscale: #6B6B6B. Windows color (decimal): -3399183 or 15802828. OLE color: 15802828.

HSL color Cylindrical-coordinate representation of color #CC21F1: hue angle of 289.33º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC21F1 is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 33 241 -
CMYK 0.15 0.86 0 0.05
HSL 289.33º 0.88% 0.54% -
HSV(B) 289.33º 0.86% 0.95% -
XYZ 41.32 20.28 84.95 -
YUV 107.84 203.15 196.59 -
System Red Green Blue C M Y K H S L
Decimal 204 33 241 0.15 0.86 0 0.05 289.33 0.88 0.54
Hex CC 21 F1 F 56 0 5 121 58 36
Octal 314 41 361 17 126 0 5 441 130 66
Binary 11001100 100001 11110001 1111 1010110 0 101 100100001 1011000 110110

Color Harmonies of #CC21F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC21F1

Black with #CC21F1

Text Example


Text Example

White with #CC21F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC21F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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