Html Css Color HEX #C10472 Medium Violet Red

📋 copy color: '#C10472'

red 193 ◦ green 4 ◦ blue 114

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

Shades of Medium Violet Red #C10472

Tints of Medium Violet Red #C10472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 36.66%

R = 62.06%
G = 1.29%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C10472 (or 0xC10472) is known color: Medium Violet Red. HEX triplet: C1, 04 and 72. RGB value is (193,4,114). Sum of RGB (Red+Green+Blue) = 193+4+114=311 (41% of max value = 765). Red value is 193 (75.78% from 255 or 62.06% from 311); Green value is 4 (1.95% from 255 or 1.29% from 311); Blue value is 114 (44.92% from 255 or 36.66% from 311); Max value from RGB is 193 - color contains mainly: red. Hex color #C10472 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10472 is #3EFB8D. Grayscale: #484848. Windows color (decimal): -4127630 or 7472321. OLE color: 7472321.

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

Color convert

RGB 193 4 114 -
CMYK 0 0.98 0.41 0.24
HSL 325.08º 0.96% 0.39% -
HSV(B) 325.08º 0.98% 0.76% -
XYZ 25.07 12.64 17.04 -
YUV 73.05 151.12 213.56 -
System Red Green Blue C M Y K H S L
Decimal 193 4 114 0 0.98 0.41 0.24 325.08 0.96 0.39
Hex C1 4 72 0 62 29 18 145 60 27
Octal 301 4 162 0 142 51 30 505 140 47
Binary 11000001 100 1110010 0 1100010 101001 11000 101000101 1100000 100111

Color Harmonies of #C10472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10472

Black with #C10472

Text Example


Text Example

White with #C10472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10472; }

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

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

background-color css

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

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

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

border-color css

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

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

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