Html Css Color HEX #C030FF Electric Purple

📋 copy color: '#C030FF'

red 192 ◦ green 48 ◦ blue 255

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

Shades of Electric Purple #C030FF

Tints of Electric Purple #C030FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51.52%

R = 38.79%
G = 9.7%
B = 51.52%

CMYK

 C value IS 0.25

 M value IS 0.81

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C030FF (or 0xC030FF) is known color: Electric Purple. HEX triplet: C0, 30 and FF. RGB value is (192,48,255). Sum of RGB (Red+Green+Blue) = 192+48+255=495 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.79% from 495); Green value is 48 (19.14% from 255 or 9.70% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #C030FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C030FF is #3FCF00. Grayscale: #717171. Windows color (decimal): -4181761 or 16724160. OLE color: 16724160.

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

Color convert

RGB 192 48 255 -
CMYK 0.25 0.81 0 0
HSL 281.74º 1% 0.59% -
HSV(B) 281.74º 0.81% 1% -
XYZ 40.85 20.54 96.42 -
YUV 114.65 207.21 183.17 -
System Red Green Blue C M Y K H S L
Decimal 192 48 255 0.25 0.81 0 0 281.74 1 0.59
Hex C0 30 FF 19 51 0 0 11A 64 3B
Octal 300 60 377 31 121 0 0 432 144 73
Binary 11000000 110000 11111111 11001 1010001 0 0 100011010 1100100 111011

Color Harmonies of #C030FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C030FF

Black with #C030FF

Text Example


Text Example

White with #C030FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C030FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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