Html Css Color HEX #C030FC Electric Purple

📋 copy color: '#C030FC'

red 192 ◦ green 48 ◦ blue 252

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

Shades of Electric Purple #C030FC

Tints of Electric Purple #C030FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 51.22%

R = 39.02%
G = 9.76%
B = 51.22%

CMYK

 C value IS 0.24

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C030FC (or 0xC030FC) is known color: Electric Purple. HEX triplet: C0, 30 and FC. RGB value is (192,48,252). Sum of RGB (Red+Green+Blue) = 192+48+252=492 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.02% from 492); Green value is 48 (19.14% from 255 or 9.76% from 492); Blue value is 252 (98.83% from 255 or 51.22% from 492); Max value from RGB is 252 - color contains mainly: blue. Hex color #C030FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C030FC is #3FCF03. Grayscale: #717171. Windows color (decimal): -4181764 or 16527552. OLE color: 16527552.

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

Color convert

RGB 192 48 252 -
CMYK 0.24 0.81 0 0.01
HSL 282.35º 0.97% 0.59% -
HSV(B) 282.35º 0.81% 0.99% -
XYZ 40.37 20.35 93.9 -
YUV 114.31 205.71 183.41 -
System Red Green Blue C M Y K H S L
Decimal 192 48 252 0.24 0.81 0 0.01 282.35 0.97 0.59
Hex C0 30 FC 18 51 0 1 11A 61 3B
Octal 300 60 374 30 121 0 1 432 141 73
Binary 11000000 110000 11111100 11000 1010001 0 1 100011010 1100001 111011

Color Harmonies of #C030FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C030FC

Black with #C030FC

Text Example


Text Example

White with #C030FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C030FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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