Html Css Color HEX #C021FA Electric Purple

📋 copy color: '#C021FA'

red 192 ◦ green 33 ◦ blue 250

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

Shades of Electric Purple #C021FA

Tints of Electric Purple #C021FA

RGB

 RED value IS 192 (75.39% from 255) = 40.42%

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

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

R = 40.42%
G = 6.95%
B = 52.63%

CMYK

 C value IS 0.23

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C021FA (or 0xC021FA) is known color: Electric Purple. HEX triplet: C0, 21 and FA. RGB value is (192,33,250). Sum of RGB (Red+Green+Blue) = 192+33+250=475 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.42% from 475); Green value is 33 (13.28% from 255 or 6.95% from 475); Blue value is 250 (98.05% from 255 or 52.63% from 475); Max value from RGB is 250 - color contains mainly: blue. Hex color #C021FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C021FA is #3FDE05. Grayscale: #686868. Windows color (decimal): -4185606 or 16392640. OLE color: 16392640.

HSL color Cylindrical-coordinate representation of color #C021FA: hue angle of 283.96º 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 #C021FA is Cyan = 0.23, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 33 250 -
CMYK 0.23 0.87 0 0.02
HSL 283.96º 0.96% 0.55% -
HSV(B) 283.96º 0.87% 0.98% -
XYZ 39.54 19.2 92.06 -
YUV 105.28 209.68 189.86 -
System Red Green Blue C M Y K H S L
Decimal 192 33 250 0.23 0.87 0 0.02 283.96 0.96 0.55
Hex C0 21 FA 17 57 0 2 11C 60 37
Octal 300 41 372 27 127 0 2 434 140 67
Binary 11000000 100001 11111010 10111 1010111 0 10 100011100 1100000 110111

Color Harmonies of #C021FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C021FA

Black with #C021FA

Text Example


Text Example

White with #C021FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C021FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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