Html Css Color HEX #C10B8F Medium Violet Red

📋 copy color: '#C10B8F'

red 193 ◦ green 11 ◦ blue 143

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

Shades of Medium Violet Red #C10B8F

Tints of Medium Violet Red #C10B8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 41.21%

R = 55.62%
G = 3.17%
B = 41.21%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C10B8F (or 0xC10B8F) is known color: Medium Violet Red. HEX triplet: C1, 0B and 8F. RGB value is (193,11,143). Sum of RGB (Red+Green+Blue) = 193+11+143=347 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.62% from 347); Green value is 11 (4.69% from 255 or 3.17% from 347); Blue value is 143 (56.25% from 255 or 41.21% from 347); Max value from RGB is 193 - color contains mainly: red. Hex color #C10B8F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10B8F is #3EF470. Grayscale: #505050. Windows color (decimal): -4125809 or 9374657. OLE color: 9374657.

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

Color convert

RGB 193 11 143 -
CMYK 0 0.94 0.26 0.24
HSL 316.48º 0.89% 0.4% -
HSV(B) 316.48º 0.94% 0.76% -
XYZ 27.07 13.56 27.18 -
YUV 80.47 163.3 208.27 -
System Red Green Blue C M Y K H S L
Decimal 193 11 143 0 0.94 0.26 0.24 316.48 0.89 0.4
Hex C1 B 8F 0 5E 1A 18 13C 59 28
Octal 301 13 217 0 136 32 30 474 131 50
Binary 11000001 1011 10001111 0 1011110 11010 11000 100111100 1011001 101000

Color Harmonies of #C10B8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10B8F

Black with #C10B8F

Text Example


Text Example

White with #C10B8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10B8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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