Html Css Color HEX #C030FA Electric Purple

📋 copy color: '#C030FA'

red 192 ◦ green 48 ◦ blue 250

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

Shades of Electric Purple #C030FA

Tints of Electric Purple #C030FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 51.02%

R = 39.18%
G = 9.8%
B = 51.02%

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

#C030FA (or 0xC030FA) is known color: Electric Purple. HEX triplet: C0, 30 and FA. RGB value is (192,48,250). Sum of RGB (Red+Green+Blue) = 192+48+250=490 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.18% from 490); Green value is 48 (19.14% from 255 or 9.80% from 490); Blue value is 250 (98.05% from 255 or 51.02% from 490); Max value from RGB is 250 - color contains mainly: blue. Hex color #C030FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C030FA is #3FCF05. Grayscale: #717171. Windows color (decimal): -4181766 or 16396480. OLE color: 16396480.

HSL color Cylindrical-coordinate representation of color #C030FA: hue angle of 282.77º degrees, saturation: 0.95, 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 #C030FA is Cyan = 0.23, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 48 250 -
CMYK 0.23 0.81 0 0.02
HSL 282.77º 0.95% 0.58% -
HSV(B) 282.77º 0.81% 0.98% -
XYZ 40.05 20.22 92.23 -
YUV 114.08 204.71 183.57 -
System Red Green Blue C M Y K H S L
Decimal 192 48 250 0.23 0.81 0 0.02 282.77 0.95 0.58
Hex C0 30 FA 17 51 0 2 11B 5F 3A
Octal 300 60 372 27 121 0 2 433 137 72
Binary 11000000 110000 11111010 10111 1010001 0 10 100011011 1011111 111010

Color Harmonies of #C030FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C030FA

Black with #C030FA

Text Example


Text Example

White with #C030FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C030FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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