Html Css Color HEX #C130FF Electric Purple

📋 copy color: '#C130FF'

red 193 ◦ green 48 ◦ blue 255

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

Shades of Electric Purple #C130FF

Tints of Electric Purple #C130FF

RGB

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

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

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

R = 38.91%
G = 9.68%
B = 51.41%

CMYK

 C value IS 0.24

 M value IS 0.81

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C130FF (or 0xC130FF) is known color: Electric Purple. HEX triplet: C1, 30 and FF. RGB value is (193,48,255). Sum of RGB (Red+Green+Blue) = 193+48+255=496 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.91% from 496); Green value is 48 (19.14% from 255 or 9.68% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #C130FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C130FF is #3ECF00. Grayscale: #727272. Windows color (decimal): -4116225 or 16724161. OLE color: 16724161.

HSL color Cylindrical-coordinate representation of color #C130FF: hue angle of 282.03º 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 #C130FF is Cyan = 0.24, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 193 48 255 -
CMYK 0.24 0.81 0 0
HSL 282.03º 1% 0.59% -
HSV(B) 282.03º 0.81% 1% -
XYZ 41.1 20.67 96.43 -
YUV 114.95 207.04 183.67 -
System Red Green Blue C M Y K H S L
Decimal 193 48 255 0.24 0.81 0 0 282.03 1 0.59
Hex C1 30 FF 18 51 0 0 11A 64 3B
Octal 301 60 377 30 121 0 0 432 144 73
Binary 11000001 110000 11111111 11000 1010001 0 0 100011010 1100100 111011

Color Harmonies of #C130FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C130FF

Black with #C130FF

Text Example


Text Example

White with #C130FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C130FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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