Html Css Color HEX #C030F9 Electric Purple

📋 copy color: '#C030F9'

red 192 ◦ green 48 ◦ blue 249

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

Shades of Electric Purple #C030F9

Tints of Electric Purple #C030F9

RGB

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

 GREEN value IS 48 (19.14% from 255) = 9.82%

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

R = 39.26%
G = 9.82%
B = 50.92%

CMYK

 C value IS 0.23

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C030F9 (or 0xC030F9) is known color: Electric Purple. HEX triplet: C0, 30 and F9. RGB value is (192,48,249). Sum of RGB (Red+Green+Blue) = 192+48+249=489 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.26% from 489); Green value is 48 (19.14% from 255 or 9.82% from 489); Blue value is 249 (97.66% from 255 or 50.92% from 489); Max value from RGB is 249 - color contains mainly: blue. Hex color #C030F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C030F9 is #3FCF06. Grayscale: #717171. Windows color (decimal): -4181767 or 16330944. OLE color: 16330944.

HSL color Cylindrical-coordinate representation of color #C030F9: hue angle of 282.99º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C030F9 is Cyan = 0.23, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 48 249 -
CMYK 0.23 0.81 0 0.02
HSL 282.99º 0.94% 0.58% -
HSV(B) 282.99º 0.81% 0.98% -
XYZ 39.89 20.16 91.41 -
YUV 113.97 204.21 183.66 -
System Red Green Blue C M Y K H S L
Decimal 192 48 249 0.23 0.81 0 0.02 282.99 0.94 0.58
Hex C0 30 F9 17 51 0 2 11B 5E 3A
Octal 300 60 371 27 121 0 2 433 136 72
Binary 11000000 110000 11111001 10111 1010001 0 10 100011011 1011110 111010

Color Harmonies of #C030F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C030F9

Black with #C030F9

Text Example


Text Example

White with #C030F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C030F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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