Html Css Color HEX #C030FE Electric Purple

📋 copy color: '#C030FE'

red 192 ◦ green 48 ◦ blue 254

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

Shades of Electric Purple #C030FE

Tints of Electric Purple #C030FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 51.42%

R = 38.87%
G = 9.72%
B = 51.42%

CMYK

 C value IS 0.24

 M value IS 0.81

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C030FE (or 0xC030FE) is known color: Electric Purple. HEX triplet: C0, 30 and FE. RGB value is (192,48,254). Sum of RGB (Red+Green+Blue) = 192+48+254=494 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.87% from 494); Green value is 48 (19.14% from 255 or 9.72% from 494); Blue value is 254 (99.61% from 255 or 51.42% from 494); Max value from RGB is 254 - color contains mainly: blue. Hex color #C030FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C030FE is #3FCF01. Grayscale: #717171. Windows color (decimal): -4181762 or 16658624. OLE color: 16658624.

HSL color Cylindrical-coordinate representation of color #C030FE: hue angle of 281.94º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C030FE is Cyan = 0.24, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 192 48 254 -
CMYK 0.24 0.81 0 0.00
HSL 281.94º 0.99% 0.59% -
HSV(B) 281.94º 0.81% 1% -
XYZ 40.68 20.48 95.57 -
YUV 114.54 206.71 183.25 -
System Red Green Blue C M Y K H S L
Decimal 192 48 254 0.24 0.81 0 0.00 281.94 0.99 0.59
Hex C0 30 FE 18 51 0 0 11A 63 3B
Octal 300 60 376 30 121 0 0 432 143 73
Binary 11000000 110000 11111110 11000 1010001 0 0 100011010 1100011 111011

Color Harmonies of #C030FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C030FE

Black with #C030FE

Text Example


Text Example

White with #C030FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C030FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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