Html Css Color HEX #C12AFC Electric Purple

📋 copy color: '#C12AFC'

red 193 ◦ green 42 ◦ blue 252

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

Shades of Electric Purple #C12AFC

Tints of Electric Purple #C12AFC

RGB

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

 GREEN value IS 42 (16.8% from 255) = 8.62%

 BLUE value IS 252 (98.83% from 255) = 51.75%

R = 39.63%
G = 8.62%
B = 51.75%

CMYK

 C value IS 0.23

 M value IS 0.83

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C12AFC (or 0xC12AFC) is known color: Electric Purple. HEX triplet: C1, 2A and FC. RGB value is (193,42,252). Sum of RGB (Red+Green+Blue) = 193+42+252=487 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.63% from 487); Green value is 42 (16.80% from 255 or 8.62% from 487); Blue value is 252 (98.83% from 255 or 51.75% from 487); Max value from RGB is 252 - color contains mainly: blue. Hex color #C12AFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C12AFC is #3ED503. Grayscale: #6E6E6E. Windows color (decimal): -4117764 or 16526017. OLE color: 16526017.

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

Color convert

RGB 193 42 252 -
CMYK 0.23 0.83 0 0.01
HSL 283.14º 0.97% 0.58% -
HSV(B) 283.14º 0.83% 0.99% -
XYZ 40.39 20.02 93.83 -
YUV 111.09 207.53 186.42 -
System Red Green Blue C M Y K H S L
Decimal 193 42 252 0.23 0.83 0 0.01 283.14 0.97 0.58
Hex C1 2A FC 17 53 0 1 11B 61 3A
Octal 301 52 374 27 123 0 1 433 141 72
Binary 11000001 101010 11111100 10111 1010011 0 1 100011011 1100001 111010

Color Harmonies of #C12AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12AFC

Black with #C12AFC

Text Example


Text Example

White with #C12AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12AFC; }

 p { color: rgb(193,42,252); }

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

background-color css

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

 a { background-color: rgb(193,42,252); }

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

border-color css

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

 span { border-color: rgb(193,42,252); }

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