Html Css Color HEX #C81770 Medium Violet Red

📋 copy color: '#C81770'

red 200 ◦ green 23 ◦ blue 112

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

Shades of Medium Violet Red #C81770

Tints of Medium Violet Red #C81770

RGB

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

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

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

R = 59.7%
G = 6.87%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C81770 (or 0xC81770) is known color: Medium Violet Red. HEX triplet: C8, 17 and 70. RGB value is (200,23,112). Sum of RGB (Red+Green+Blue) = 200+23+112=335 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.70% from 335); Green value is 23 (9.38% from 255 or 6.87% from 335); Blue value is 112 (44.14% from 255 or 33.43% from 335); Max value from RGB is 200 - color contains mainly: red. Hex color #C81770 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81770 is #37E88F. Grayscale: #555555. Windows color (decimal): -3664016 or 7346120. OLE color: 7346120.

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

Color convert

RGB 200 23 112 -
CMYK 0 0.88 0.44 0.22
HSL 329.83º 0.79% 0.44% -
HSV(B) 329.83º 0.89% 0.78% -
XYZ 27.05 14.06 16.62 -
YUV 86.07 142.64 209.26 -
System Red Green Blue C M Y K H S L
Decimal 200 23 112 0 0.88 0.44 0.22 329.83 0.79 0.44
Hex C8 17 70 0 58 2C 16 14A 4F 2C
Octal 310 27 160 0 130 54 26 512 117 54
Binary 11001000 10111 1110000 0 1011000 101100 10110 101001010 1001111 101100

Color Harmonies of #C81770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81770

Black with #C81770

Text Example


Text Example

White with #C81770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81770; }

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

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

background-color css

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

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

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

border-color css

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

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

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