Html Css Color HEX #C130FB Electric Purple

📋 copy color: '#C130FB'

red 193 ◦ green 48 ◦ blue 251

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

Shades of Electric Purple #C130FB

Tints of Electric Purple #C130FB

RGB

 RED value IS 193 (75.78% from 255) = 39.23%

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

 BLUE value IS 251 (98.44% from 255) = 51.02%

R = 39.23%
G = 9.76%
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

#C130FB (or 0xC130FB) is known color: Electric Purple. HEX triplet: C1, 30 and FB. RGB value is (193,48,251). Sum of RGB (Red+Green+Blue) = 193+48+251=492 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.23% from 492); Green value is 48 (19.14% from 255 or 9.76% from 492); Blue value is 251 (98.44% from 255 or 51.02% from 492); Max value from RGB is 251 - color contains mainly: blue. Hex color #C130FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C130FB is #3ECF04. Grayscale: #717171. Windows color (decimal): -4116229 or 16462017. OLE color: 16462017.

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

Color convert

RGB 193 48 251 -
CMYK 0.23 0.81 0 0.02
HSL 282.86º 0.96% 0.59% -
HSV(B) 282.86º 0.81% 0.98% -
XYZ 40.46 20.42 93.07 -
YUV 114.5 205.04 183.99 -
System Red Green Blue C M Y K H S L
Decimal 193 48 251 0.23 0.81 0 0.02 282.86 0.96 0.59
Hex C1 30 FB 17 51 0 2 11B 60 3B
Octal 301 60 373 27 121 0 2 433 140 73
Binary 11000001 110000 11111011 10111 1010001 0 10 100011011 1100000 111011

Color Harmonies of #C130FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C130FB

Black with #C130FB

Text Example


Text Example

White with #C130FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C130FB; }

 p { color: rgb(193,48,251); }

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

background-color css

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

 a { background-color: rgb(193,48,251); }

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

border-color css

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

 span { border-color: rgb(193,48,251); }

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