Html Css Color HEX #C112FB Electric Purple

📋 copy color: '#C112FB'

red 193 ◦ green 18 ◦ blue 251

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

Shades of Electric Purple #C112FB

Tints of Electric Purple #C112FB

RGB

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

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

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

R = 41.77%
G = 3.9%
B = 54.33%

CMYK

 C value IS 0.23

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C112FB (or 0xC112FB) is known color: Electric Purple. HEX triplet: C1, 12 and FB. RGB value is (193,18,251). Sum of RGB (Red+Green+Blue) = 193+18+251=462 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.77% from 462); Green value is 18 (7.42% from 255 or 3.90% from 462); Blue value is 251 (98.44% from 255 or 54.33% from 462); Max value from RGB is 251 - color contains mainly: blue. Hex color #C112FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C112FB is #3EED04. Grayscale: #606060. Windows color (decimal): -4123909 or 16454337. OLE color: 16454337.

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

Color convert

RGB 193 18 251 -
CMYK 0.23 0.93 0 0.02
HSL 285.06º 0.97% 0.53% -
HSV(B) 285.06º 0.93% 0.98% -
XYZ 39.62 18.74 92.79 -
YUV 96.89 214.98 196.55 -
System Red Green Blue C M Y K H S L
Decimal 193 18 251 0.23 0.93 0 0.02 285.06 0.97 0.53
Hex C1 12 FB 17 5D 0 2 11D 61 35
Octal 301 22 373 27 135 0 2 435 141 65
Binary 11000001 10010 11111011 10111 1011101 0 10 100011101 1100001 110101

Color Harmonies of #C112FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C112FB

Black with #C112FB

Text Example


Text Example

White with #C112FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C112FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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