Html Css Color HEX #C103ED Electric Purple

📋 copy color: '#C103ED'

red 193 ◦ green 3 ◦ blue 237

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

Shades of Electric Purple #C103ED

Tints of Electric Purple #C103ED

RGB

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

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

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

R = 44.57%
G = 0.69%
B = 54.73%

CMYK

 C value IS 0.19

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C103ED (or 0xC103ED) is known color: Electric Purple. HEX triplet: C1, 03 and ED. RGB value is (193,3,237). Sum of RGB (Red+Green+Blue) = 193+3+237=433 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.57% from 433); Green value is 3 (1.56% from 255 or 0.69% from 433); Blue value is 237 (92.97% from 255 or 54.73% from 433); Max value from RGB is 237 - color contains mainly: blue. Hex color #C103ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C103ED is #3EFC12. Grayscale: #555555. Windows color (decimal): -4127763 or 15532993. OLE color: 15532993.

HSL color Cylindrical-coordinate representation of color #C103ED: hue angle of 288.72º degrees, saturation: 0.98, 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 #C103ED is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 193 3 237 -
CMYK 0.19 0.99 0 0.07
HSL 288.72º 0.98% 0.47% -
HSV(B) 288.72º 0.99% 0.93% -
XYZ 37.31 17.52 81.54 -
YUV 86.49 212.95 203.97 -
System Red Green Blue C M Y K H S L
Decimal 193 3 237 0.19 0.99 0 0.07 288.72 0.98 0.47
Hex C1 3 ED 13 63 0 7 121 62 2F
Octal 301 3 355 23 143 0 7 441 142 57
Binary 11000001 11 11101101 10011 1100011 0 111 100100001 1100010 101111

Color Harmonies of #C103ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C103ED

Black with #C103ED

Text Example


Text Example

White with #C103ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C103ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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