Html Css Color HEX #C1036D Medium Violet Red

📋 copy color: '#C1036D'

red 193 ◦ green 3 ◦ blue 109

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

Shades of Medium Violet Red #C1036D

Tints of Medium Violet Red #C1036D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.98%

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

R = 63.28%
G = 0.98%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C1036D (or 0xC1036D) is known color: Medium Violet Red. HEX triplet: C1, 03 and 6D. RGB value is (193,3,109). Sum of RGB (Red+Green+Blue) = 193+3+109=305 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.28% from 305); Green value is 3 (1.56% from 255 or 0.98% from 305); Blue value is 109 (42.97% from 255 or 35.74% from 305); Max value from RGB is 193 - color contains mainly: red. Hex color #C1036D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1036D is #3EFC92. Grayscale: #474747. Windows color (decimal): -4127891 or 7144385. OLE color: 7144385.

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

Color convert

RGB 193 3 109 -
CMYK 0 0.98 0.44 0.24
HSL 326.53º 0.97% 0.38% -
HSV(B) 326.53º 0.98% 0.76% -
XYZ 24.79 12.51 15.58 -
YUV 71.89 148.95 214.38 -
System Red Green Blue C M Y K H S L
Decimal 193 3 109 0 0.98 0.44 0.24 326.53 0.97 0.38
Hex C1 3 6D 0 62 2C 18 147 61 26
Octal 301 3 155 0 142 54 30 507 141 46
Binary 11000001 11 1101101 0 1100010 101100 11000 101000111 1100001 100110

Color Harmonies of #C1036D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1036D

Black with #C1036D

Text Example


Text Example

White with #C1036D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1036D; }

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

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

background-color css

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

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

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

border-color css

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

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

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