Html Css Color HEX #C1009F Medium Violet Red

📋 copy color: '#C1009F'

red 193 ◦ green 0 ◦ blue 159

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

Shades of Medium Violet Red #C1009F

Tints of Medium Violet Red #C1009F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 45.17%

R = 54.83%
G = 0%
B = 45.17%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C1009F (or 0xC1009F) is known color: Medium Violet Red. HEX triplet: C1, 00 and 9F. RGB value is (193,0,159). Sum of RGB (Red+Green+Blue) = 193+0+159=352 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.83% from 352); Green value is 0 (0.39% from 255 or 0% from 352); Blue value is 159 (62.5% from 255 or 45.17% from 352); Max value from RGB is 193 - color contains mainly: red. Hex color #C1009F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1009F is #3EFF60. Grayscale: #4B4B4B. Windows color (decimal): -4128609 or 10420417. OLE color: 10420417.

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

Color convert

RGB 193 0 159 -
CMYK 0 1 0.18 0.24
HSL 310.57º 1% 0.38% -
HSV(B) 310.57º 1% 0.76% -
XYZ 28.25 13.84 33.98 -
YUV 75.83 174.94 211.57 -
System Red Green Blue C M Y K H S L
Decimal 193 0 159 0 1 0.18 0.24 310.57 1 0.38
Hex C1 0 9F 0 64 12 18 137 64 26
Octal 301 0 237 0 144 22 30 467 144 46
Binary 11000001 0 10011111 0 1100100 10010 11000 100110111 1100100 100110

Color Harmonies of #C1009F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1009F

Black with #C1009F

Text Example


Text Example

White with #C1009F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1009F; }

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

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

background-color css

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

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

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

border-color css

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

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

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