Html Css Color HEX #C130FD Electric Purple

📋 copy color: '#C130FD'

red 193 ◦ green 48 ◦ blue 253

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

Shades of Electric Purple #C130FD

Tints of Electric Purple #C130FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 51.21%

R = 39.07%
G = 9.72%
B = 51.21%

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

#C130FD (or 0xC130FD) is known color: Electric Purple. HEX triplet: C1, 30 and FD. RGB value is (193,48,253). Sum of RGB (Red+Green+Blue) = 193+48+253=494 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.07% from 494); Green value is 48 (19.14% from 255 or 9.72% from 494); Blue value is 253 (99.22% from 255 or 51.21% from 494); Max value from RGB is 253 - color contains mainly: blue. Hex color #C130FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C130FD is #3ECF02. Grayscale: #727272. Windows color (decimal): -4116227 or 16593089. OLE color: 16593089.

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

Color convert

RGB 193 48 253 -
CMYK 0.24 0.81 0 0.01
HSL 282.44º 0.98% 0.59% -
HSV(B) 282.44º 0.81% 0.99% -
XYZ 40.78 20.54 94.74 -
YUV 114.73 206.04 183.83 -
System Red Green Blue C M Y K H S L
Decimal 193 48 253 0.24 0.81 0 0.01 282.44 0.98 0.59
Hex C1 30 FD 18 51 0 1 11A 62 3B
Octal 301 60 375 30 121 0 1 432 142 73
Binary 11000001 110000 11111101 11000 1010001 0 1 100011010 1100010 111011

Color Harmonies of #C130FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C130FD

Black with #C130FD

Text Example


Text Example

White with #C130FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C130FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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