Html Css Color HEX #C020F3 Electric Purple

📋 copy color: '#C020F3'

red 192 ◦ green 32 ◦ blue 243

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

Shades of Electric Purple #C020F3

Tints of Electric Purple #C020F3

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.85%

 BLUE value IS 243 (95.31% from 255) = 52.03%

R = 41.11%
G = 6.85%
B = 52.03%

CMYK

 C value IS 0.21

 M value IS 0.87

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C020F3 (or 0xC020F3) is known color: Electric Purple. HEX triplet: C0, 20 and F3. RGB value is (192,32,243). Sum of RGB (Red+Green+Blue) = 192+32+243=467 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.11% from 467); Green value is 32 (12.89% from 255 or 6.85% from 467); Blue value is 243 (95.31% from 255 or 52.03% from 467); Max value from RGB is 243 - color contains mainly: blue. Hex color #C020F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C020F3 is #3FDF0C. Grayscale: #676767. Windows color (decimal): -4185869 or 15933632. OLE color: 15933632.

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

Color convert

RGB 192 32 243 -
CMYK 0.21 0.87 0 0.05
HSL 285.5º 0.9% 0.54% -
HSV(B) 285.5º 0.87% 0.95% -
XYZ 38.43 18.71 86.38 -
YUV 103.89 206.51 190.84 -
System Red Green Blue C M Y K H S L
Decimal 192 32 243 0.21 0.87 0 0.05 285.5 0.9 0.54
Hex C0 20 F3 15 57 0 5 11D 5A 36
Octal 300 40 363 25 127 0 5 435 132 66
Binary 11000000 100000 11110011 10101 1010111 0 101 100011101 1011010 110110

Color Harmonies of #C020F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C020F3

Black with #C020F3

Text Example


Text Example

White with #C020F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C020F3; }

 p { color: rgb(192,32,243); }

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

background-color css

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

 a { background-color: rgb(192,32,243); }

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

border-color css

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

 span { border-color: rgb(192,32,243); }

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