Html Css Color HEX #C12FFB Electric Purple

📋 copy color: '#C12FFB'

red 193 ◦ green 47 ◦ blue 251

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

Shades of Electric Purple #C12FFB

Tints of Electric Purple #C12FFB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.57%

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

R = 39.31%
G = 9.57%
B = 51.12%

CMYK

 C value IS 0.23

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C12FFB (or 0xC12FFB) is known color: Electric Purple. HEX triplet: C1, 2F and FB. RGB value is (193,47,251). Sum of RGB (Red+Green+Blue) = 193+47+251=491 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.31% from 491); Green value is 47 (18.75% from 255 or 9.57% from 491); Blue value is 251 (98.44% from 255 or 51.12% from 491); Max value from RGB is 251 - color contains mainly: blue. Hex color #C12FFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C12FFB is #3ED004. Grayscale: #717171. Windows color (decimal): -4116485 or 16461761. OLE color: 16461761.

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

Color convert

RGB 193 47 251 -
CMYK 0.23 0.81 0 0.02
HSL 282.94º 0.96% 0.58% -
HSV(B) 282.94º 0.81% 0.98% -
XYZ 40.42 20.34 93.06 -
YUV 113.91 205.37 184.41 -
System Red Green Blue C M Y K H S L
Decimal 193 47 251 0.23 0.81 0 0.02 282.94 0.96 0.58
Hex C1 2F FB 17 51 0 2 11B 60 3A
Octal 301 57 373 27 121 0 2 433 140 72
Binary 11000001 101111 11111011 10111 1010001 0 10 100011011 1100000 111010

Color Harmonies of #C12FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12FFB

Black with #C12FFB

Text Example


Text Example

White with #C12FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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