Html Css Color HEX #C018F9 Electric Purple

📋 copy color: '#C018F9'

red 192 ◦ green 24 ◦ blue 249

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

Shades of Electric Purple #C018F9

Tints of Electric Purple #C018F9

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.16%

 BLUE value IS 249 (97.66% from 255) = 53.55%

R = 41.29%
G = 5.16%
B = 53.55%

CMYK

 C value IS 0.23

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C018F9 (or 0xC018F9) is known color: Electric Purple. HEX triplet: C0, 18 and F9. RGB value is (192,24,249). Sum of RGB (Red+Green+Blue) = 192+24+249=465 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.29% from 465); Green value is 24 (9.77% from 255 or 5.16% from 465); Blue value is 249 (97.66% from 255 or 53.55% from 465); Max value from RGB is 249 - color contains mainly: blue. Hex color #C018F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C018F9 is #3FE706. Grayscale: #636363. Windows color (decimal): -4187911 or 16324800. OLE color: 16324800.

HSL color Cylindrical-coordinate representation of color #C018F9: hue angle of 284.8º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C018F9 is Cyan = 0.23, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 24 249 -
CMYK 0.23 0.90 0 0.02
HSL 284.8º 0.95% 0.54% -
HSV(B) 284.8º 0.9% 0.98% -
XYZ 39.16 18.7 91.17 -
YUV 99.88 212.16 193.7 -
System Red Green Blue C M Y K H S L
Decimal 192 24 249 0.23 0.90 0 0.02 284.8 0.95 0.54
Hex C0 18 F9 17 5A 0 2 11D 5F 36
Octal 300 30 371 27 132 0 2 435 137 66
Binary 11000000 11000 11111001 10111 1011010 0 10 100011101 1011111 110110

Color Harmonies of #C018F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C018F9

Black with #C018F9

Text Example


Text Example

White with #C018F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C018F9; }

 p { color: rgb(192,24,249); }

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

background-color css

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

 a { background-color: rgb(192,24,249); }

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

border-color css

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

 span { border-color: rgb(192,24,249); }

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