Html Css Color HEX #C81670 Medium Violet Red

📋 copy color: '#C81670'

red 200 ◦ green 22 ◦ blue 112

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

Shades of Medium Violet Red #C81670

Tints of Medium Violet Red #C81670

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.59%

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

R = 59.88%
G = 6.59%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C81670 (or 0xC81670) is known color: Medium Violet Red. HEX triplet: C8, 16 and 70. RGB value is (200,22,112). Sum of RGB (Red+Green+Blue) = 200+22+112=334 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.88% from 334); Green value is 22 (8.98% from 255 or 6.59% from 334); Blue value is 112 (44.14% from 255 or 33.53% from 334); Max value from RGB is 200 - color contains mainly: red. Hex color #C81670 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81670 is #37E98F. Grayscale: #555555. Windows color (decimal): -3664272 or 7345864. OLE color: 7345864.

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

Color convert

RGB 200 22 112 -
CMYK 0 0.89 0.44 0.22
HSL 329.66º 0.8% 0.44% -
HSV(B) 329.66º 0.89% 0.78% -
XYZ 27.03 14.02 16.61 -
YUV 85.48 142.97 209.68 -
System Red Green Blue C M Y K H S L
Decimal 200 22 112 0 0.89 0.44 0.22 329.66 0.8 0.44
Hex C8 16 70 0 59 2C 16 14A 50 2C
Octal 310 26 160 0 131 54 26 512 120 54
Binary 11001000 10110 1110000 0 1011001 101100 10110 101001010 1010000 101100

Color Harmonies of #C81670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81670

Black with #C81670

Text Example


Text Example

White with #C81670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81670; }

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

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

background-color css

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

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

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

border-color css

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

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

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