Html Css Color HEX #C81170 Medium Violet Red

📋 copy color: '#C81170'

red 200 ◦ green 17 ◦ blue 112

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

Shades of Medium Violet Red #C81170

Tints of Medium Violet Red #C81170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 34.04%

R = 60.79%
G = 5.17%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C81170 (or 0xC81170) is known color: Medium Violet Red. HEX triplet: C8, 11 and 70. RGB value is (200,17,112). Sum of RGB (Red+Green+Blue) = 200+17+112=329 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.79% from 329); Green value is 17 (7.03% from 255 or 5.17% from 329); Blue value is 112 (44.14% from 255 or 34.04% from 329); Max value from RGB is 200 - color contains mainly: red. Hex color #C81170 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81170 is #37EE8F. Grayscale: #525252. Windows color (decimal): -3665552 or 7344584. OLE color: 7344584.

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

Color convert

RGB 200 17 112 -
CMYK 0 0.92 0.44 0.22
HSL 328.85º 0.84% 0.43% -
HSV(B) 328.85º 0.92% 0.78% -
XYZ 26.94 13.85 16.58 -
YUV 82.55 144.63 211.78 -
System Red Green Blue C M Y K H S L
Decimal 200 17 112 0 0.92 0.44 0.22 328.85 0.84 0.43
Hex C8 11 70 0 5C 2C 16 149 54 2B
Octal 310 21 160 0 134 54 26 511 124 53
Binary 11001000 10001 1110000 0 1011100 101100 10110 101001001 1010100 101011

Color Harmonies of #C81170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81170

Black with #C81170

Text Example


Text Example

White with #C81170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81170; }

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

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

background-color css

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

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

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

border-color css

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

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

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