Html Css Color HEX #C10A74 Medium Violet Red

📋 copy color: '#C10A74'

red 193 ◦ green 10 ◦ blue 116

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

Shades of Medium Violet Red #C10A74

Tints of Medium Violet Red #C10A74

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.13%

 BLUE value IS 116 (45.7% from 255) = 36.36%

R = 60.5%
G = 3.13%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C10A74 (or 0xC10A74) is known color: Medium Violet Red. HEX triplet: C1, 0A and 74. RGB value is (193,10,116). Sum of RGB (Red+Green+Blue) = 193+10+116=319 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.50% from 319); Green value is 10 (4.30% from 255 or 3.13% from 319); Blue value is 116 (45.70% from 255 or 36.36% from 319); Max value from RGB is 193 - color contains mainly: red. Hex color #C10A74 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10A74 is #3EF58B. Grayscale: #4C4C4C. Windows color (decimal): -4126092 or 7604929. OLE color: 7604929.

HSL color Cylindrical-coordinate representation of color #C10A74: hue angle of 325.25º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C10A74 is Cyan = 0, Magento = 0.95, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 10 116 -
CMYK 0 0.95 0.40 0.24
HSL 325.25º 0.9% 0.4% -
HSV(B) 325.25º 0.95% 0.76% -
XYZ 25.25 12.82 17.67 -
YUV 76.8 150.13 210.88 -
System Red Green Blue C M Y K H S L
Decimal 193 10 116 0 0.95 0.40 0.24 325.25 0.9 0.4
Hex C1 A 74 0 5F 28 18 145 5A 28
Octal 301 12 164 0 137 50 30 505 132 50
Binary 11000001 1010 1110100 0 1011111 101000 11000 101000101 1011010 101000

Color Harmonies of #C10A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10A74

Black with #C10A74

Text Example


Text Example

White with #C10A74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10A74; }

 p { color: rgb(193,10,116); }

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

background-color css

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

 a { background-color: rgb(193,10,116); }

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

border-color css

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

 span { border-color: rgb(193,10,116); }

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