Html Css Color HEX #C10984 Medium Violet Red

📋 copy color: '#C10984'

red 193 ◦ green 9 ◦ blue 132

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

Shades of Medium Violet Red #C10984

Tints of Medium Violet Red #C10984

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 39.52%

R = 57.78%
G = 2.69%
B = 39.52%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C10984 (or 0xC10984) is known color: Medium Violet Red. HEX triplet: C1, 09 and 84. RGB value is (193,9,132). Sum of RGB (Red+Green+Blue) = 193+9+132=334 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.78% from 334); Green value is 9 (3.91% from 255 or 2.69% from 334); Blue value is 132 (51.95% from 255 or 39.52% from 334); Max value from RGB is 193 - color contains mainly: red. Hex color #C10984 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10984 is #3EF67B. Grayscale: #4D4D4D. Windows color (decimal): -4126332 or 8653249. OLE color: 8653249.

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

Color convert

RGB 193 9 132 -
CMYK 0 0.95 0.32 0.24
HSL 319.89º 0.91% 0.4% -
HSV(B) 319.89º 0.95% 0.76% -
XYZ 26.25 13.2 22.99 -
YUV 78.04 158.46 210 -
System Red Green Blue C M Y K H S L
Decimal 193 9 132 0 0.95 0.32 0.24 319.89 0.91 0.4
Hex C1 9 84 0 5F 20 18 140 5B 28
Octal 301 11 204 0 137 40 30 500 133 50
Binary 11000001 1001 10000100 0 1011111 100000 11000 101000000 1011011 101000

Color Harmonies of #C10984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10984

Black with #C10984

Text Example


Text Example

White with #C10984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10984; }

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

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

background-color css

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

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

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

border-color css

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

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

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