Html Css Color HEX #C12DFE Electric Purple

📋 copy color: '#C12DFE'

red 193 ◦ green 45 ◦ blue 254

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

Shades of Electric Purple #C12DFE

Tints of Electric Purple #C12DFE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.15%

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

R = 39.23%
G = 9.15%
B = 51.63%

CMYK

 C value IS 0.24

 M value IS 0.82

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C12DFE (or 0xC12DFE) is known color: Electric Purple. HEX triplet: C1, 2D and FE. RGB value is (193,45,254). Sum of RGB (Red+Green+Blue) = 193+45+254=492 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.23% from 492); Green value is 45 (17.97% from 255 or 9.15% from 492); Blue value is 254 (99.61% from 255 or 51.63% from 492); Max value from RGB is 254 - color contains mainly: blue. Hex color #C12DFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C12DFE is #3ED201. Grayscale: #707070. Windows color (decimal): -4116994 or 16657857. OLE color: 16657857.

HSL color Cylindrical-coordinate representation of color #C12DFE: hue angle of 282.49º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C12DFE is Cyan = 0.24, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 193 45 254 -
CMYK 0.24 0.82 0 0.00
HSL 282.49º 0.99% 0.59% -
HSV(B) 282.49º 0.82% 1% -
XYZ 40.82 20.37 95.55 -
YUV 113.08 207.53 185.01 -
System Red Green Blue C M Y K H S L
Decimal 193 45 254 0.24 0.82 0 0.00 282.49 0.99 0.59
Hex C1 2D FE 18 52 0 0 11A 63 3B
Octal 301 55 376 30 122 0 0 432 143 73
Binary 11000001 101101 11111110 11000 1010010 0 0 100011010 1100011 111011

Color Harmonies of #C12DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12DFE

Black with #C12DFE

Text Example


Text Example

White with #C12DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12DFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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