Html Css Color HEX #C10084 Medium Violet Red

📋 copy color: '#C10084'

red 193 ◦ green 0 ◦ blue 132

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

Shades of Medium Violet Red #C10084

Tints of Medium Violet Red #C10084

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 59.38%
G = 0%
B = 40.62%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C10084 (or 0xC10084) is known color: Medium Violet Red. HEX triplet: C1, 00 and 84. RGB value is (193,0,132). Sum of RGB (Red+Green+Blue) = 193+0+132=325 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.38% from 325); Green value is 0 (0.39% from 255 or 0% from 325); Blue value is 132 (51.95% from 255 or 40.62% from 325); Max value from RGB is 193 - color contains mainly: red. Hex color #C10084 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10084 is #3EFF7B. Grayscale: #484848. Windows color (decimal): -4128636 or 8650945. OLE color: 8650945.

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

Color convert

RGB 193 0 132 -
CMYK 0 1 0.32 0.24
HSL 318.96º 1% 0.38% -
HSV(B) 318.96º 1% 0.76% -
XYZ 26.16 13 22.96 -
YUV 72.76 161.44 213.77 -
System Red Green Blue C M Y K H S L
Decimal 193 0 132 0 1 0.32 0.24 318.96 1 0.38
Hex C1 0 84 0 64 20 18 13F 64 26
Octal 301 0 204 0 144 40 30 477 144 46
Binary 11000001 0 10000100 0 1100100 100000 11000 100111111 1100100 100110

Color Harmonies of #C10084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10084

Black with #C10084

Text Example


Text Example

White with #C10084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10084; }

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

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

background-color css

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

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

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

border-color css

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

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

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