Html Css Color HEX #C81973 Medium Violet Red

📋 copy color: '#C81973'

red 200 ◦ green 25 ◦ blue 115

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

Shades of Medium Violet Red #C81973

Tints of Medium Violet Red #C81973

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.35%

 BLUE value IS 115 (45.31% from 255) = 33.82%

R = 58.82%
G = 7.35%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C81973 (or 0xC81973) is known color: Medium Violet Red. HEX triplet: C8, 19 and 73. RGB value is (200,25,115). Sum of RGB (Red+Green+Blue) = 200+25+115=340 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.82% from 340); Green value is 25 (10.16% from 255 or 7.35% from 340); Blue value is 115 (45.31% from 255 or 33.82% from 340); Max value from RGB is 200 - color contains mainly: red. Hex color #C81973 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81973 is #37E68C. Grayscale: #575757. Windows color (decimal): -3663501 or 7543240. OLE color: 7543240.

HSL color Cylindrical-coordinate representation of color #C81973: hue angle of 329.14º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C81973 is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 25 115 -
CMYK 0 0.88 0.42 0.22
HSL 329.14º 0.78% 0.44% -
HSV(B) 329.14º 0.88% 0.78% -
XYZ 27.26 14.21 17.53 -
YUV 87.59 143.48 208.18 -
System Red Green Blue C M Y K H S L
Decimal 200 25 115 0 0.88 0.42 0.22 329.14 0.78 0.44
Hex C8 19 73 0 58 2A 16 149 4E 2C
Octal 310 31 163 0 130 52 26 511 116 54
Binary 11001000 11001 1110011 0 1011000 101010 10110 101001001 1001110 101100

Color Harmonies of #C81973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81973

Black with #C81973

Text Example


Text Example

White with #C81973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81973; }

 p { color: rgb(200,25,115); }

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

background-color css

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

 a { background-color: rgb(200,25,115); }

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

border-color css

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

 span { border-color: rgb(200,25,115); }

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