Html Css Color HEX #C130FE Electric Purple

📋 copy color: '#C130FE'

red 193 ◦ green 48 ◦ blue 254

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

Shades of Electric Purple #C130FE

Tints of Electric Purple #C130FE

RGB

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

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

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

R = 38.99%
G = 9.7%
B = 51.31%

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

#C130FE (or 0xC130FE) is known color: Electric Purple. HEX triplet: C1, 30 and FE. RGB value is (193,48,254). Sum of RGB (Red+Green+Blue) = 193+48+254=495 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.99% from 495); Green value is 48 (19.14% from 255 or 9.70% from 495); Blue value is 254 (99.61% from 255 or 51.31% from 495); Max value from RGB is 254 - color contains mainly: blue. Hex color #C130FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C130FE is #3ECF01. Grayscale: #727272. Windows color (decimal): -4116226 or 16658625. OLE color: 16658625.

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

Color convert

RGB 193 48 254 -
CMYK 0.24 0.81 0 0.00
HSL 282.23º 0.99% 0.59% -
HSV(B) 282.23º 0.81% 1% -
XYZ 40.94 20.61 95.59 -
YUV 114.84 206.54 183.75 -
System Red Green Blue C M Y K H S L
Decimal 193 48 254 0.24 0.81 0 0.00 282.23 0.99 0.59
Hex C1 30 FE 18 51 0 0 11A 63 3B
Octal 301 60 376 30 121 0 0 432 143 73
Binary 11000001 110000 11111110 11000 1010001 0 0 100011010 1100011 111011

Color Harmonies of #C130FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C130FE

Black with #C130FE

Text Example


Text Example

White with #C130FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C130FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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