Html Css Color HEX #C031FD Electric Purple

📋 copy color: '#C031FD'

red 192 ◦ green 49 ◦ blue 253

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

Shades of Electric Purple #C031FD

Tints of Electric Purple #C031FD

RGB

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

 GREEN value IS 49 (19.53% from 255) = 9.92%

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

R = 38.87%
G = 9.92%
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

#C031FD (or 0xC031FD) is known color: Electric Purple. HEX triplet: C0, 31 and FD. RGB value is (192,49,253). Sum of RGB (Red+Green+Blue) = 192+49+253=494 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.87% from 494); Green value is 49 (19.53% from 255 or 9.92% 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 #C031FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C031FD is #3FCE02. Grayscale: #727272. Windows color (decimal): -4181507 or 16593344. OLE color: 16593344.

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

Color convert

RGB 192 49 253 -
CMYK 0.24 0.81 0 0.01
HSL 282.06º 0.98% 0.59% -
HSV(B) 282.06º 0.81% 0.99% -
XYZ 40.57 20.49 94.75 -
YUV 115.01 205.88 182.91 -
System Red Green Blue C M Y K H S L
Decimal 192 49 253 0.24 0.81 0 0.01 282.06 0.98 0.59
Hex C0 31 FD 18 51 0 1 11A 62 3B
Octal 300 61 375 30 121 0 1 432 142 73
Binary 11000000 110001 11111101 11000 1010001 0 1 100011010 1100010 111011

Color Harmonies of #C031FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C031FD

Black with #C031FD

Text Example


Text Example

White with #C031FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C031FD; }

 p { color: rgb(192,49,253); }

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

background-color css

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

 a { background-color: rgb(192,49,253); }

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

border-color css

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

 span { border-color: rgb(192,49,253); }

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