Html Css Color HEX #C81175 Medium Violet Red

📋 copy color: '#C81175'

red 200 ◦ green 17 ◦ blue 117

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

Shades of Medium Violet Red #C81175

Tints of Medium Violet Red #C81175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 35.03%

R = 59.88%
G = 5.09%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C81175 (or 0xC81175) is known color: Medium Violet Red. HEX triplet: C8, 11 and 75. RGB value is (200,17,117). Sum of RGB (Red+Green+Blue) = 200+17+117=334 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.88% from 334); Green value is 17 (7.03% from 255 or 5.09% from 334); Blue value is 117 (46.09% from 255 or 35.03% from 334); Max value from RGB is 200 - color contains mainly: red. Hex color #C81175 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81175 is #37EE8A. Grayscale: #525252. Windows color (decimal): -3665547 or 7672264. OLE color: 7672264.

HSL color Cylindrical-coordinate representation of color #C81175: hue angle of 327.21º 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 #C81175 is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 17 117 -
CMYK 0 0.92 0.42 0.22
HSL 327.21º 0.84% 0.43% -
HSV(B) 327.21º 0.92% 0.78% -
XYZ 27.23 13.96 18.09 -
YUV 83.12 147.13 211.37 -
System Red Green Blue C M Y K H S L
Decimal 200 17 117 0 0.92 0.42 0.22 327.21 0.84 0.43
Hex C8 11 75 0 5C 2A 16 147 54 2B
Octal 310 21 165 0 134 52 26 507 124 53
Binary 11001000 10001 1110101 0 1011100 101010 10110 101000111 1010100 101011

Color Harmonies of #C81175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81175

Black with #C81175

Text Example


Text Example

White with #C81175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81175; }

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

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

background-color css

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

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

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

border-color css

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

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

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