Html Css Color HEX #C1016D Medium Violet Red

📋 copy color: '#C1016D'

red 193 ◦ green 1 ◦ blue 109

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

Shades of Medium Violet Red #C1016D

Tints of Medium Violet Red #C1016D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

 BLUE value IS 109 (42.97% from 255) = 35.97%

R = 63.7%
G = 0.33%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C1016D (or 0xC1016D) is known color: Medium Violet Red. HEX triplet: C1, 01 and 6D. RGB value is (193,1,109). Sum of RGB (Red+Green+Blue) = 193+1+109=303 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.70% from 303); Green value is 1 (0.78% from 255 or 0.33% from 303); Blue value is 109 (42.97% from 255 or 35.97% from 303); Max value from RGB is 193 - color contains mainly: red. Hex color #C1016D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1016D is #3EFE92. Grayscale: #464646. Windows color (decimal): -4128403 or 7143873. OLE color: 7143873.

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

Color convert

RGB 193 1 109 -
CMYK 0 0.99 0.44 0.24
HSL 326.25º 0.99% 0.38% -
HSV(B) 326.25º 0.99% 0.76% -
XYZ 24.76 12.46 15.57 -
YUV 70.72 149.61 215.22 -
System Red Green Blue C M Y K H S L
Decimal 193 1 109 0 0.99 0.44 0.24 326.25 0.99 0.38
Hex C1 1 6D 0 63 2C 18 146 63 26
Octal 301 1 155 0 143 54 30 506 143 46
Binary 11000001 1 1101101 0 1100011 101100 11000 101000110 1100011 100110

Color Harmonies of #C1016D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1016D

Black with #C1016D

Text Example


Text Example

White with #C1016D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1016D; }

 p { color: rgb(193,1,109); }

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

background-color css

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

 a { background-color: rgb(193,1,109); }

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

border-color css

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

 span { border-color: rgb(193,1,109); }

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