Html Css Color HEX #C1009D Medium Violet Red

📋 copy color: '#C1009D'

red 193 ◦ green 0 ◦ blue 157

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

Shades of Medium Violet Red #C1009D

Tints of Medium Violet Red #C1009D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 157 (61.72% from 255) = 44.86%

R = 55.14%
G = 0%
B = 44.86%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#C1009D (or 0xC1009D) is known color: Medium Violet Red. HEX triplet: C1, 00 and 9D. RGB value is (193,0,157). Sum of RGB (Red+Green+Blue) = 193+0+157=350 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.14% from 350); Green value is 0 (0.39% from 255 or 0% from 350); Blue value is 157 (61.72% from 255 or 44.86% from 350); Max value from RGB is 193 - color contains mainly: red. Hex color #C1009D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1009D is #3EFF62. Grayscale: #4B4B4B. Windows color (decimal): -4128611 or 10289345. OLE color: 10289345.

HSL color Cylindrical-coordinate representation of color #C1009D: hue angle of 311.19º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C1009D is Cyan = 0, Magento = 1, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 0 157 -
CMYK 0 1 0.19 0.24
HSL 311.19º 1% 0.38% -
HSV(B) 311.19º 1% 0.76% -
XYZ 28.08 13.77 33.08 -
YUV 75.61 173.94 211.73 -
System Red Green Blue C M Y K H S L
Decimal 193 0 157 0 1 0.19 0.24 311.19 1 0.38
Hex C1 0 9D 0 64 13 18 137 64 26
Octal 301 0 235 0 144 23 30 467 144 46
Binary 11000001 0 10011101 0 1100100 10011 11000 100110111 1100100 100110

Color Harmonies of #C1009D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1009D

Black with #C1009D

Text Example


Text Example

White with #C1009D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1009D; }

 p { color: rgb(193,0,157); }

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

background-color css

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

 a { background-color: rgb(193,0,157); }

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

border-color css

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

 span { border-color: rgb(193,0,157); }

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