Html Css Color HEX #C1046D Medium Violet Red

📋 copy color: '#C1046D'

red 193 ◦ green 4 ◦ blue 109

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

Shades of Medium Violet Red #C1046D

Tints of Medium Violet Red #C1046D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.31%

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

R = 63.07%
G = 1.31%
B = 35.62%

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

#C1046D (or 0xC1046D) is known color: Medium Violet Red. HEX triplet: C1, 04 and 6D. RGB value is (193,4,109). Sum of RGB (Red+Green+Blue) = 193+4+109=306 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.07% from 306); Green value is 4 (1.95% from 255 or 1.31% from 306); Blue value is 109 (42.97% from 255 or 35.62% from 306); Max value from RGB is 193 - color contains mainly: red. Hex color #C1046D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1046D is #3EFB92. Grayscale: #484848. Windows color (decimal): -4127635 or 7144641. OLE color: 7144641.

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

Color convert

RGB 193 4 109 -
CMYK 0 0.98 0.44 0.24
HSL 326.67º 0.96% 0.39% -
HSV(B) 326.67º 0.98% 0.76% -
XYZ 24.8 12.53 15.58 -
YUV 72.48 148.62 213.96 -
System Red Green Blue C M Y K H S L
Decimal 193 4 109 0 0.98 0.44 0.24 326.67 0.96 0.39
Hex C1 4 6D 0 62 2C 18 147 60 27
Octal 301 4 155 0 142 54 30 507 140 47
Binary 11000001 100 1101101 0 1100010 101100 11000 101000111 1100000 100111

Color Harmonies of #C1046D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1046D

Black with #C1046D

Text Example


Text Example

White with #C1046D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1046D; }

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

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

background-color css

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

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

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

border-color css

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

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

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