Html Css Color HEX #C021FC Electric Purple

📋 copy color: '#C021FC'

red 192 ◦ green 33 ◦ blue 252

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

Shades of Electric Purple #C021FC

Tints of Electric Purple #C021FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 52.83%

R = 40.25%
G = 6.92%
B = 52.83%

CMYK

 C value IS 0.24

 M value IS 0.87

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C021FC (or 0xC021FC) is known color: Electric Purple. HEX triplet: C0, 21 and FC. RGB value is (192,33,252). Sum of RGB (Red+Green+Blue) = 192+33+252=477 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.25% from 477); Green value is 33 (13.28% from 255 or 6.92% from 477); Blue value is 252 (98.83% from 255 or 52.83% from 477); Max value from RGB is 252 - color contains mainly: blue. Hex color #C021FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C021FC is #3FDE03. Grayscale: #686868. Windows color (decimal): -4185604 or 16523712. OLE color: 16523712.

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

Color convert

RGB 192 33 252 -
CMYK 0.24 0.87 0 0.01
HSL 283.56º 0.97% 0.56% -
HSV(B) 283.56º 0.87% 0.99% -
XYZ 39.85 19.32 93.72 -
YUV 105.51 210.68 189.69 -
System Red Green Blue C M Y K H S L
Decimal 192 33 252 0.24 0.87 0 0.01 283.56 0.97 0.56
Hex C0 21 FC 18 57 0 1 11C 61 38
Octal 300 41 374 30 127 0 1 434 141 70
Binary 11000000 100001 11111100 11000 1010111 0 1 100011100 1100001 111000

Color Harmonies of #C021FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C021FC

Black with #C021FC

Text Example


Text Example

White with #C021FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C021FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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