Html Css Color HEX #C10784 Medium Violet Red

📋 copy color: '#C10784'

red 193 ◦ green 7 ◦ blue 132

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

Shades of Medium Violet Red #C10784

Tints of Medium Violet Red #C10784

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.11%

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

R = 58.13%
G = 2.11%
B = 39.76%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C10784 (or 0xC10784) is known color: Medium Violet Red. HEX triplet: C1, 07 and 84. RGB value is (193,7,132). Sum of RGB (Red+Green+Blue) = 193+7+132=332 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.13% from 332); Green value is 7 (3.12% from 255 or 2.11% from 332); Blue value is 132 (51.95% from 255 or 39.76% from 332); Max value from RGB is 193 - color contains mainly: red. Hex color #C10784 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10784 is #3EF87B. Grayscale: #4C4C4C. Windows color (decimal): -4126844 or 8652737. OLE color: 8652737.

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

Color convert

RGB 193 7 132 -
CMYK 0 0.96 0.32 0.24
HSL 319.68º 0.93% 0.39% -
HSV(B) 319.68º 0.96% 0.76% -
XYZ 26.23 13.16 22.99 -
YUV 76.86 159.12 210.84 -
System Red Green Blue C M Y K H S L
Decimal 193 7 132 0 0.96 0.32 0.24 319.68 0.93 0.39
Hex C1 7 84 0 60 20 18 140 5D 27
Octal 301 7 204 0 140 40 30 500 135 47
Binary 11000001 111 10000100 0 1100000 100000 11000 101000000 1011101 100111

Color Harmonies of #C10784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10784

Black with #C10784

Text Example


Text Example

White with #C10784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10784; }

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

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

background-color css

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

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

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

border-color css

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

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

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