Html Css Color HEX #C12BFB Electric Purple

📋 copy color: '#C12BFB'

red 193 ◦ green 43 ◦ blue 251

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

Shades of Electric Purple #C12BFB

Tints of Electric Purple #C12BFB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 8.83%

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

R = 39.63%
G = 8.83%
B = 51.54%

CMYK

 C value IS 0.23

 M value IS 0.83

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C12BFB (or 0xC12BFB) is known color: Electric Purple. HEX triplet: C1, 2B and FB. RGB value is (193,43,251). Sum of RGB (Red+Green+Blue) = 193+43+251=487 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.63% from 487); Green value is 43 (17.19% from 255 or 8.83% from 487); Blue value is 251 (98.44% from 255 or 51.54% from 487); Max value from RGB is 251 - color contains mainly: blue. Hex color #C12BFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C12BFB is #3ED404. Grayscale: #6E6E6E. Windows color (decimal): -4117509 or 16460737. OLE color: 16460737.

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

Color convert

RGB 193 43 251 -
CMYK 0.23 0.83 0 0.02
HSL 283.27º 0.96% 0.58% -
HSV(B) 283.27º 0.83% 0.98% -
XYZ 40.27 20.03 93.01 -
YUV 111.56 206.7 186.09 -
System Red Green Blue C M Y K H S L
Decimal 193 43 251 0.23 0.83 0 0.02 283.27 0.96 0.58
Hex C1 2B FB 17 53 0 2 11B 60 3A
Octal 301 53 373 27 123 0 2 433 140 72
Binary 11000001 101011 11111011 10111 1010011 0 10 100011011 1100000 111010

Color Harmonies of #C12BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12BFB

Black with #C12BFB

Text Example


Text Example

White with #C12BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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