Html Css Color HEX #C10EA3 Medium Violet Red

📋 copy color: '#C10EA3'

red 193 ◦ green 14 ◦ blue 163

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

Shades of Medium Violet Red #C10EA3

Tints of Medium Violet Red #C10EA3

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.78%

 BLUE value IS 163 (64.06% from 255) = 44.05%

R = 52.16%
G = 3.78%
B = 44.05%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.16

 K value IS 0.24

RGB Variations

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

Color information

#C10EA3 (or 0xC10EA3) is known color: Medium Violet Red. HEX triplet: C1, 0E and A3. RGB value is (193,14,163). Sum of RGB (Red+Green+Blue) = 193+14+163=370 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.16% from 370); Green value is 14 (5.86% from 255 or 3.78% from 370); Blue value is 163 (64.06% from 255 or 44.05% from 370); Max value from RGB is 193 - color contains mainly: red. Hex color #C10EA3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10EA3 is #3EF15C. Grayscale: #545454. Windows color (decimal): -4125021 or 10686145. OLE color: 10686145.

HSL color Cylindrical-coordinate representation of color #C10EA3: hue angle of 310.06º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C10EA3 is Cyan = 0, Magento = 0.93, Yellow = 0.16 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 14 163 -
CMYK 0 0.93 0.16 0.24
HSL 310.06º 0.86% 0.41% -
HSV(B) 310.06º 0.93% 0.76% -
XYZ 28.76 14.3 35.89 -
YUV 84.51 172.3 205.38 -
System Red Green Blue C M Y K H S L
Decimal 193 14 163 0 0.93 0.16 0.24 310.06 0.86 0.41
Hex C1 E A3 0 5D 10 18 136 56 29
Octal 301 16 243 0 135 20 30 466 126 51
Binary 11000001 1110 10100011 0 1011101 10000 11000 100110110 1010110 101001

Color Harmonies of #C10EA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10EA3

Black with #C10EA3

Text Example


Text Example

White with #C10EA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10EA3; }

 p { color: rgb(193,14,163); }

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

background-color css

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

 a { background-color: rgb(193,14,163); }

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

border-color css

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

 span { border-color: rgb(193,14,163); }

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