Html Css Color HEX #C10B9B Medium Violet Red

📋 copy color: '#C10B9B'

red 193 ◦ green 11 ◦ blue 155

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

Shades of Medium Violet Red #C10B9B

Tints of Medium Violet Red #C10B9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 43.18%

R = 53.76%
G = 3.06%
B = 43.18%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.20

 K value IS 0.24

RGB Variations

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

Color information

#C10B9B (or 0xC10B9B) is known color: Medium Violet Red. HEX triplet: C1, 0B and 9B. RGB value is (193,11,155). Sum of RGB (Red+Green+Blue) = 193+11+155=359 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.76% from 359); Green value is 11 (4.69% from 255 or 3.06% from 359); Blue value is 155 (60.94% from 255 or 43.18% from 359); Max value from RGB is 193 - color contains mainly: red. Hex color #C10B9B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10B9B is #3EF464. Grayscale: #515151. Windows color (decimal): -4125797 or 10161089. OLE color: 10161089.

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

Color convert

RGB 193 11 155 -
CMYK 0 0.94 0.20 0.24
HSL 312.53º 0.89% 0.4% -
HSV(B) 312.53º 0.94% 0.76% -
XYZ 28.03 13.94 32.22 -
YUV 81.83 169.3 207.29 -
System Red Green Blue C M Y K H S L
Decimal 193 11 155 0 0.94 0.20 0.24 312.53 0.89 0.4
Hex C1 B 9B 0 5E 14 18 139 59 28
Octal 301 13 233 0 136 24 30 471 131 50
Binary 11000001 1011 10011011 0 1011110 10100 11000 100111001 1011001 101000

Color Harmonies of #C10B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10B9B

Black with #C10B9B

Text Example


Text Example

White with #C10B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10B9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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