Html Css Color HEX #C10E6C Medium Violet Red

📋 copy color: '#C10E6C'

red 193 ◦ green 14 ◦ blue 108

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

Shades of Medium Violet Red #C10E6C

Tints of Medium Violet Red #C10E6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 34.29%

R = 61.27%
G = 4.44%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C10E6C (or 0xC10E6C) is known color: Medium Violet Red. HEX triplet: C1, 0E and 6C. RGB value is (193,14,108). Sum of RGB (Red+Green+Blue) = 193+14+108=315 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.27% from 315); Green value is 14 (5.86% from 255 or 4.44% from 315); Blue value is 108 (42.58% from 255 or 34.29% from 315); Max value from RGB is 193 - color contains mainly: red. Hex color #C10E6C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10E6C is #3EF193. Grayscale: #4E4E4E. Windows color (decimal): -4125076 or 7081665. OLE color: 7081665.

HSL color Cylindrical-coordinate representation of color #C10E6C: hue angle of 328.49º 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 #C10E6C is Cyan = 0, Magento = 0.93, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 14 108 -
CMYK 0 0.93 0.44 0.24
HSL 328.49º 0.86% 0.41% -
HSV(B) 328.49º 0.93% 0.76% -
XYZ 24.86 12.73 15.34 -
YUV 78.24 144.8 209.86 -
System Red Green Blue C M Y K H S L
Decimal 193 14 108 0 0.93 0.44 0.24 328.49 0.86 0.41
Hex C1 E 6C 0 5D 2C 18 148 56 29
Octal 301 16 154 0 135 54 30 510 126 51
Binary 11000001 1110 1101100 0 1011101 101100 11000 101001000 1010110 101001

Color Harmonies of #C10E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10E6C

Black with #C10E6C

Text Example


Text Example

White with #C10E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10E6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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