Html Css Color HEX #C112E5 Electric Purple

📋 copy color: '#C112E5'

red 193 ◦ green 18 ◦ blue 229

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

Shades of Electric Purple #C112E5

Tints of Electric Purple #C112E5

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.09%

 BLUE value IS 229 (89.84% from 255) = 52.05%

R = 43.86%
G = 4.09%
B = 52.05%

CMYK

 C value IS 0.16

 M value IS 0.92

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C112E5 (or 0xC112E5) is known color: Electric Purple. HEX triplet: C1, 12 and E5. RGB value is (193,18,229). Sum of RGB (Red+Green+Blue) = 193+18+229=440 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.86% from 440); Green value is 18 (7.42% from 255 or 4.09% from 440); Blue value is 229 (89.84% from 255 or 52.05% from 440); Max value from RGB is 229 - color contains mainly: blue. Hex color #C112E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C112E5 is #3EED1A. Grayscale: #5D5D5D. Windows color (decimal): -4123931 or 15012545. OLE color: 15012545.

HSL color Cylindrical-coordinate representation of color #C112E5: hue angle of 289.76º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C112E5 is Cyan = 0.16, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 193 18 229 -
CMYK 0.16 0.92 0 0.10
HSL 289.76º 0.85% 0.48% -
HSV(B) 289.76º 0.92% 0.9% -
XYZ 36.35 17.43 75.58 -
YUV 94.38 203.98 198.34 -
System Red Green Blue C M Y K H S L
Decimal 193 18 229 0.16 0.92 0 0.10 289.76 0.85 0.48
Hex C1 12 E5 10 5C 0 A 122 55 30
Octal 301 22 345 20 134 0 12 442 125 60
Binary 11000001 10010 11100101 10000 1011100 0 1010 100100010 1010101 110000

Color Harmonies of #C112E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C112E5

Black with #C112E5

Text Example


Text Example

White with #C112E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C112E5; }

 p { color: rgb(193,18,229); }

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

background-color css

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

 a { background-color: rgb(193,18,229); }

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

border-color css

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

 span { border-color: rgb(193,18,229); }

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