Html Css Color HEX #C10974 Medium Violet Red

📋 copy color: '#C10974'

red 193 ◦ green 9 ◦ blue 116

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

Shades of Medium Violet Red #C10974

Tints of Medium Violet Red #C10974

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.83%

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

R = 60.69%
G = 2.83%
B = 36.48%

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

#C10974 (or 0xC10974) is known color: Medium Violet Red. HEX triplet: C1, 09 and 74. RGB value is (193,9,116). Sum of RGB (Red+Green+Blue) = 193+9+116=318 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.69% from 318); Green value is 9 (3.91% from 255 or 2.83% from 318); Blue value is 116 (45.70% from 255 or 36.48% from 318); Max value from RGB is 193 - color contains mainly: red. Hex color #C10974 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10974 is #3EF68B. Grayscale: #4B4B4B. Windows color (decimal): -4126348 or 7604673. OLE color: 7604673.

HSL color Cylindrical-coordinate representation of color #C10974: hue angle of 325.11º degrees, saturation: 0.91, 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 #C10974 is Cyan = 0, Magento = 0.95, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 9 116 -
CMYK 0 0.95 0.40 0.24
HSL 325.11º 0.91% 0.4% -
HSV(B) 325.11º 0.95% 0.76% -
XYZ 25.24 12.79 17.66 -
YUV 76.21 150.46 211.3 -
System Red Green Blue C M Y K H S L
Decimal 193 9 116 0 0.95 0.40 0.24 325.11 0.91 0.4
Hex C1 9 74 0 5F 28 18 145 5B 28
Octal 301 11 164 0 137 50 30 505 133 50
Binary 11000001 1001 1110100 0 1011111 101000 11000 101000101 1011011 101000

Color Harmonies of #C10974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10974

Black with #C10974

Text Example


Text Example

White with #C10974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10974; }

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

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

background-color css

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

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

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

border-color css

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

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

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