Html Css Color HEX #C12AED Electric Purple

📋 copy color: '#C12AED'

red 193 ◦ green 42 ◦ blue 237

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

Shades of Electric Purple #C12AED

Tints of Electric Purple #C12AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 50.21%

R = 40.89%
G = 8.9%
B = 50.21%

CMYK

 C value IS 0.19

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C12AED (or 0xC12AED) is known color: Electric Purple. HEX triplet: C1, 2A and ED. RGB value is (193,42,237). Sum of RGB (Red+Green+Blue) = 193+42+237=472 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.89% from 472); Green value is 42 (16.80% from 255 or 8.90% from 472); Blue value is 237 (92.97% from 255 or 50.21% from 472); Max value from RGB is 237 - color contains mainly: blue. Hex color #C12AED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C12AED is #3ED512. Grayscale: #6C6C6C. Windows color (decimal): -4117779 or 15542977. OLE color: 15542977.

HSL color Cylindrical-coordinate representation of color #C12AED: hue angle of 286.46º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C12AED is Cyan = 0.19, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 193 42 237 -
CMYK 0.19 0.82 0 0.07
HSL 286.46º 0.84% 0.55% -
HSV(B) 286.46º 0.82% 0.93% -
XYZ 38.11 19.11 81.8 -
YUV 109.38 200.03 187.64 -
System Red Green Blue C M Y K H S L
Decimal 193 42 237 0.19 0.82 0 0.07 286.46 0.84 0.55
Hex C1 2A ED 13 52 0 7 11E 54 37
Octal 301 52 355 23 122 0 7 436 124 67
Binary 11000001 101010 11101101 10011 1010010 0 111 100011110 1010100 110111

Color Harmonies of #C12AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12AED

Black with #C12AED

Text Example


Text Example

White with #C12AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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