Html Css Color HEX #C12DFF Electric Purple

📋 copy color: '#C12DFF'

red 193 ◦ green 45 ◦ blue 255

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

Shades of Electric Purple #C12DFF

Tints of Electric Purple #C12DFF

RGB

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

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

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

R = 39.15%
G = 9.13%
B = 51.72%

CMYK

 C value IS 0.24

 M value IS 0.82

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C12DFF (or 0xC12DFF) is known color: Electric Purple. HEX triplet: C1, 2D and FF. RGB value is (193,45,255). Sum of RGB (Red+Green+Blue) = 193+45+255=493 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.15% from 493); Green value is 45 (17.97% from 255 or 9.13% from 493); Blue value is 255 (100% from 255 or 51.72% from 493); Max value from RGB is 255 - color contains mainly: blue. Hex color #C12DFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C12DFF is #3ED200. Grayscale: #707070. Windows color (decimal): -4116993 or 16723393. OLE color: 16723393.

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

Color convert

RGB 193 45 255 -
CMYK 0.24 0.82 0 0
HSL 282.29º 1% 0.59% -
HSV(B) 282.29º 0.82% 1% -
XYZ 40.98 20.43 96.39 -
YUV 113.19 208.03 184.92 -
System Red Green Blue C M Y K H S L
Decimal 193 45 255 0.24 0.82 0 0 282.29 1 0.59
Hex C1 2D FF 18 52 0 0 11A 64 3B
Octal 301 55 377 30 122 0 0 432 144 73
Binary 11000001 101101 11111111 11000 1010010 0 0 100011010 1100100 111011

Color Harmonies of #C12DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12DFF

Black with #C12DFF

Text Example


Text Example

White with #C12DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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