Html Css Color HEX #C81185 Medium Violet Red

📋 copy color: '#C81185'

red 200 ◦ green 17 ◦ blue 133

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

Shades of Medium Violet Red #C81185

Tints of Medium Violet Red #C81185

RGB

 RED value IS 200 (78.52% from 255) = 57.14%

 GREEN value IS 17 (7.03% from 255) = 4.86%

 BLUE value IS 133 (52.34% from 255) = 38%

R = 57.14%
G = 4.86%
B = 38%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C81185 (or 0xC81185) is known color: Medium Violet Red. HEX triplet: C8, 11 and 85. RGB value is (200,17,133). Sum of RGB (Red+Green+Blue) = 200+17+133=350 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.14% from 350); Green value is 17 (7.03% from 255 or 4.86% from 350); Blue value is 133 (52.34% from 255 or 38% from 350); Max value from RGB is 200 - color contains mainly: red. Hex color #C81185 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C81185 is #37EE7A. Grayscale: #545454. Windows color (decimal): -3665531 or 8720840. OLE color: 8720840.

HSL color Cylindrical-coordinate representation of color #C81185: hue angle of 321.97º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C81185 is Cyan = 0, Magento = 0.92, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 17 133 -
CMYK 0 0.92 0.34 0.22
HSL 321.97º 0.84% 0.43% -
HSV(B) 321.97º 0.92% 0.78% -
XYZ 28.25 14.37 23.48 -
YUV 84.94 155.13 210.07 -
System Red Green Blue C M Y K H S L
Decimal 200 17 133 0 0.92 0.34 0.22 321.97 0.84 0.43
Hex C8 11 85 0 5C 22 16 142 54 2B
Octal 310 21 205 0 134 42 26 502 124 53
Binary 11001000 10001 10000101 0 1011100 100010 10110 101000010 1010100 101011

Color Harmonies of #C81185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81185

Black with #C81185

Text Example


Text Example

White with #C81185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81185; }

 p { color: rgb(200,17,133); }

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

background-color css

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

 a { background-color: rgb(200,17,133); }

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

border-color css

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

 span { border-color: rgb(200,17,133); }

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