Html Css Color HEX #C021FF Electric Purple

📋 copy color: '#C021FF'

red 192 ◦ green 33 ◦ blue 255

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

Shades of Electric Purple #C021FF

Tints of Electric Purple #C021FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 53.13%

R = 40%
G = 6.88%
B = 53.13%

CMYK

 C value IS 0.25

 M value IS 0.87

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C021FF (or 0xC021FF) is known color: Electric Purple. HEX triplet: C0, 21 and FF. RGB value is (192,33,255). Sum of RGB (Red+Green+Blue) = 192+33+255=480 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40% from 480); Green value is 33 (13.28% from 255 or 6.88% from 480); Blue value is 255 (100% from 255 or 53.12% from 480); Max value from RGB is 255 - color contains mainly: blue. Hex color #C021FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C021FF is #3FDE00. Grayscale: #696969. Windows color (decimal): -4185601 or 16720320. OLE color: 16720320.

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

Color convert

RGB 192 33 255 -
CMYK 0.25 0.87 0 0
HSL 282.97º 1% 0.56% -
HSV(B) 282.97º 0.87% 1% -
XYZ 40.33 19.51 96.25 -
YUV 105.85 212.18 189.45 -
System Red Green Blue C M Y K H S L
Decimal 192 33 255 0.25 0.87 0 0 282.97 1 0.56
Hex C0 21 FF 19 57 0 0 11B 64 38
Octal 300 41 377 31 127 0 0 433 144 70
Binary 11000000 100001 11111111 11001 1010111 0 0 100011011 1100100 111000

Color Harmonies of #C021FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C021FF

Black with #C021FF

Text Example


Text Example

White with #C021FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C021FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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