Html Css Color HEX #C81772 Medium Violet Red

📋 copy color: '#C81772'

red 200 ◦ green 23 ◦ blue 114

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

Shades of Medium Violet Red #C81772

Tints of Medium Violet Red #C81772

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.82%

 BLUE value IS 114 (44.92% from 255) = 33.83%

R = 59.35%
G = 6.82%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C81772 (or 0xC81772) is known color: Medium Violet Red. HEX triplet: C8, 17 and 72. RGB value is (200,23,114). Sum of RGB (Red+Green+Blue) = 200+23+114=337 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.35% from 337); Green value is 23 (9.38% from 255 or 6.82% from 337); Blue value is 114 (44.92% from 255 or 33.83% from 337); Max value from RGB is 200 - color contains mainly: red. Hex color #C81772 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81772 is #37E88D. Grayscale: #565656. Windows color (decimal): -3664014 or 7477192. OLE color: 7477192.

HSL color Cylindrical-coordinate representation of color #C81772: hue angle of 329.15º degrees, saturation: 0.79, 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 #C81772 is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 23 114 -
CMYK 0 0.88 0.43 0.22
HSL 329.15º 0.79% 0.44% -
HSV(B) 329.15º 0.89% 0.78% -
XYZ 27.16 14.11 17.21 -
YUV 86.3 143.64 209.1 -
System Red Green Blue C M Y K H S L
Decimal 200 23 114 0 0.88 0.43 0.22 329.15 0.79 0.44
Hex C8 17 72 0 58 2B 16 149 4F 2C
Octal 310 27 162 0 130 53 26 511 117 54
Binary 11001000 10111 1110010 0 1011000 101011 10110 101001001 1001111 101100

Color Harmonies of #C81772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81772

Black with #C81772

Text Example


Text Example

White with #C81772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81772; }

 p { color: rgb(200,23,114); }

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

background-color css

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

 a { background-color: rgb(200,23,114); }

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

border-color css

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

 span { border-color: rgb(200,23,114); }

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