Html Css Color HEX #C10B6C Medium Violet Red

📋 copy color: '#C10B6C'

red 193 ◦ green 11 ◦ blue 108

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

Shades of Medium Violet Red #C10B6C

Tints of Medium Violet Red #C10B6C

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.53%

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

R = 61.86%
G = 3.53%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C10B6C (or 0xC10B6C) is known color: Medium Violet Red. HEX triplet: C1, 0B and 6C. RGB value is (193,11,108). Sum of RGB (Red+Green+Blue) = 193+11+108=312 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.86% from 312); Green value is 11 (4.69% from 255 or 3.53% from 312); Blue value is 108 (42.58% from 255 or 34.62% from 312); Max value from RGB is 193 - color contains mainly: red. Hex color #C10B6C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10B6C is #3EF493. Grayscale: #4C4C4C. Windows color (decimal): -4125844 or 7080897. OLE color: 7080897.

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

Color convert

RGB 193 11 108 -
CMYK 0 0.94 0.44 0.24
HSL 328.02º 0.89% 0.4% -
HSV(B) 328.02º 0.94% 0.76% -
XYZ 24.82 12.66 15.32 -
YUV 76.48 145.8 211.11 -
System Red Green Blue C M Y K H S L
Decimal 193 11 108 0 0.94 0.44 0.24 328.02 0.89 0.4
Hex C1 B 6C 0 5E 2C 18 148 59 28
Octal 301 13 154 0 136 54 30 510 131 50
Binary 11000001 1011 1101100 0 1011110 101100 11000 101001000 1011001 101000

Color Harmonies of #C10B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10B6C

Black with #C10B6C

Text Example


Text Example

White with #C10B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10B6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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