Html Css Color HEX #C81070 Medium Violet Red

📋 copy color: '#C81070'

red 200 ◦ green 16 ◦ blue 112

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

Shades of Medium Violet Red #C81070

Tints of Medium Violet Red #C81070

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.88%

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

R = 60.98%
G = 4.88%
B = 34.15%

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

#C81070 (or 0xC81070) is known color: Medium Violet Red. HEX triplet: C8, 10 and 70. RGB value is (200,16,112). Sum of RGB (Red+Green+Blue) = 200+16+112=328 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.98% from 328); Green value is 16 (6.64% from 255 or 4.88% from 328); Blue value is 112 (44.14% from 255 or 34.15% from 328); Max value from RGB is 200 - color contains mainly: red. Hex color #C81070 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81070 is #37EF8F. Grayscale: #515151. Windows color (decimal): -3665808 or 7344328. OLE color: 7344328.

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

Color convert

RGB 200 16 112 -
CMYK 0 0.92 0.44 0.22
HSL 328.7º 0.85% 0.42% -
HSV(B) 328.7º 0.92% 0.78% -
XYZ 26.93 13.82 16.58 -
YUV 81.96 144.96 212.19 -
System Red Green Blue C M Y K H S L
Decimal 200 16 112 0 0.92 0.44 0.22 328.7 0.85 0.42
Hex C8 10 70 0 5C 2C 16 149 55 2A
Octal 310 20 160 0 134 54 26 511 125 52
Binary 11001000 10000 1110000 0 1011100 101100 10110 101001001 1010101 101010

Color Harmonies of #C81070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81070

Black with #C81070

Text Example


Text Example

White with #C81070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81070; }

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

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

background-color css

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

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

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

border-color css

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

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

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