Html Css Color HEX #CC21FA Electric Purple

📋 copy color: '#CC21FA'

red 204 ◦ green 33 ◦ blue 250

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

Shades of Electric Purple #CC21FA

Tints of Electric Purple #CC21FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 51.33%

R = 41.89%
G = 6.78%
B = 51.33%

CMYK

 C value IS 0.18

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC21FA (or 0xCC21FA) is known color: Electric Purple. HEX triplet: CC, 21 and FA. RGB value is (204,33,250). Sum of RGB (Red+Green+Blue) = 204+33+250=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 33 (13.28% from 255 or 6.78% from 487); Blue value is 250 (98.05% from 255 or 51.33% from 487); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC21FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC21FA is #33DE05. Grayscale: #6C6C6C. Windows color (decimal): -3399174 or 16392652. OLE color: 16392652.

HSL color Cylindrical-coordinate representation of color #CC21FA: hue angle of 287.28º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CC21FA is Cyan = 0.18, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 33 250 -
CMYK 0.18 0.87 0 0.02
HSL 287.28º 0.96% 0.55% -
HSV(B) 287.28º 0.87% 0.98% -
XYZ 42.7 20.83 92.21 -
YUV 108.87 207.65 195.86 -
System Red Green Blue C M Y K H S L
Decimal 204 33 250 0.18 0.87 0 0.02 287.28 0.96 0.55
Hex CC 21 FA 12 57 0 2 11F 60 37
Octal 314 41 372 22 127 0 2 437 140 67
Binary 11001100 100001 11111010 10010 1010111 0 10 100011111 1100000 110111

Color Harmonies of #CC21FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC21FA

Black with #CC21FA

Text Example


Text Example

White with #CC21FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC21FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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