Html Css Color HEX #C12DFB Electric Purple

📋 copy color: '#C12DFB'

red 193 ◦ green 45 ◦ blue 251

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

Shades of Electric Purple #C12DFB

Tints of Electric Purple #C12DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 51.33%

R = 39.47%
G = 9.2%
B = 51.33%

CMYK

 C value IS 0.23

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C12DFB (or 0xC12DFB) is known color: Electric Purple. HEX triplet: C1, 2D and FB. RGB value is (193,45,251). Sum of RGB (Red+Green+Blue) = 193+45+251=489 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.47% from 489); Green value is 45 (17.97% from 255 or 9.20% from 489); Blue value is 251 (98.44% from 255 or 51.33% from 489); Max value from RGB is 251 - color contains mainly: blue. Hex color #C12DFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C12DFB is #3ED204. Grayscale: #707070. Windows color (decimal): -4116997 or 16461249. OLE color: 16461249.

HSL color Cylindrical-coordinate representation of color #C12DFB: hue angle of 283.11º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C12DFB is Cyan = 0.23, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 193 45 251 -
CMYK 0.23 0.82 0 0.02
HSL 283.11º 0.96% 0.58% -
HSV(B) 283.11º 0.82% 0.98% -
XYZ 40.34 20.18 93.04 -
YUV 112.74 206.03 185.25 -
System Red Green Blue C M Y K H S L
Decimal 193 45 251 0.23 0.82 0 0.02 283.11 0.96 0.58
Hex C1 2D FB 17 52 0 2 11B 60 3A
Octal 301 55 373 27 122 0 2 433 140 72
Binary 11000001 101101 11111011 10111 1010010 0 10 100011011 1100000 111010

Color Harmonies of #C12DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12DFB

Black with #C12DFB

Text Example


Text Example

White with #C12DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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