Html Css Color HEX #C103EC Electric Purple

📋 copy color: '#C103EC'

red 193 ◦ green 3 ◦ blue 236

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

Shades of Electric Purple #C103EC

Tints of Electric Purple #C103EC

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.69%

 BLUE value IS 236 (92.58% from 255) = 54.63%

R = 44.68%
G = 0.69%
B = 54.63%

CMYK

 C value IS 0.18

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C103EC (or 0xC103EC) is known color: Electric Purple. HEX triplet: C1, 03 and EC. RGB value is (193,3,236). Sum of RGB (Red+Green+Blue) = 193+3+236=432 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.68% from 432); Green value is 3 (1.56% from 255 or 0.69% from 432); Blue value is 236 (92.58% from 255 or 54.63% from 432); Max value from RGB is 236 - color contains mainly: blue. Hex color #C103EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C103EC is #3EFC13. Grayscale: #555555. Windows color (decimal): -4127764 or 15467457. OLE color: 15467457.

HSL color Cylindrical-coordinate representation of color #C103EC: hue angle of 288.93º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C103EC is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 193 3 236 -
CMYK 0.18 0.99 0 0.07
HSL 288.93º 0.97% 0.47% -
HSV(B) 288.93º 0.99% 0.93% -
XYZ 37.17 17.46 80.77 -
YUV 86.37 212.45 204.05 -
System Red Green Blue C M Y K H S L
Decimal 193 3 236 0.18 0.99 0 0.07 288.93 0.97 0.47
Hex C1 3 EC 12 63 0 7 121 61 2F
Octal 301 3 354 22 143 0 7 441 141 57
Binary 11000001 11 11101100 10010 1100011 0 111 100100001 1100001 101111

Color Harmonies of #C103EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C103EC

Black with #C103EC

Text Example


Text Example

White with #C103EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C103EC; }

 p { color: rgb(193,3,236); }

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

background-color css

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

 a { background-color: rgb(193,3,236); }

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

border-color css

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

 span { border-color: rgb(193,3,236); }

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