Html Css Color HEX #C10D7B Medium Violet Red

📋 copy color: '#C10D7B'

red 193 ◦ green 13 ◦ blue 123

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

Shades of Medium Violet Red #C10D7B

Tints of Medium Violet Red #C10D7B

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.95%

 BLUE value IS 123 (48.44% from 255) = 37.39%

R = 58.66%
G = 3.95%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C10D7B (or 0xC10D7B) is known color: Medium Violet Red. HEX triplet: C1, 0D and 7B. RGB value is (193,13,123). Sum of RGB (Red+Green+Blue) = 193+13+123=329 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.66% from 329); Green value is 13 (5.47% from 255 or 3.95% from 329); Blue value is 123 (48.44% from 255 or 37.39% from 329); Max value from RGB is 193 - color contains mainly: red. Hex color #C10D7B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10D7B is #3EF284. Grayscale: #4F4F4F. Windows color (decimal): -4125317 or 8064449. OLE color: 8064449.

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

Color convert

RGB 193 13 123 -
CMYK 0 0.93 0.36 0.24
HSL 323.33º 0.87% 0.4% -
HSV(B) 323.33º 0.93% 0.76% -
XYZ 25.71 13.06 19.9 -
YUV 79.36 152.63 209.06 -
System Red Green Blue C M Y K H S L
Decimal 193 13 123 0 0.93 0.36 0.24 323.33 0.87 0.4
Hex C1 D 7B 0 5D 24 18 143 57 28
Octal 301 15 173 0 135 44 30 503 127 50
Binary 11000001 1101 1111011 0 1011101 100100 11000 101000011 1010111 101000

Color Harmonies of #C10D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10D7B

Black with #C10D7B

Text Example


Text Example

White with #C10D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10D7B; }

 p { color: rgb(193,13,123); }

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

background-color css

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

 a { background-color: rgb(193,13,123); }

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

border-color css

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

 span { border-color: rgb(193,13,123); }

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