Html Css Color HEX #C81774 Medium Violet Red

📋 copy color: '#C81774'

red 200 ◦ green 23 ◦ blue 116

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

Shades of Medium Violet Red #C81774

Tints of Medium Violet Red #C81774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 34.22%

R = 59%
G = 6.78%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C81774 (or 0xC81774) is known color: Medium Violet Red. HEX triplet: C8, 17 and 74. RGB value is (200,23,116). Sum of RGB (Red+Green+Blue) = 200+23+116=339 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.00% from 339); Green value is 23 (9.38% from 255 or 6.78% from 339); Blue value is 116 (45.70% from 255 or 34.22% from 339); Max value from RGB is 200 - color contains mainly: red. Hex color #C81774 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81774 is #37E88B. Grayscale: #565656. Windows color (decimal): -3664012 or 7608264. OLE color: 7608264.

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

Color convert

RGB 200 23 116 -
CMYK 0 0.88 0.42 0.22
HSL 328.47º 0.79% 0.44% -
HSV(B) 328.47º 0.89% 0.78% -
XYZ 27.28 14.15 17.82 -
YUV 86.53 144.64 208.94 -
System Red Green Blue C M Y K H S L
Decimal 200 23 116 0 0.88 0.42 0.22 328.47 0.79 0.44
Hex C8 17 74 0 58 2A 16 148 4F 2C
Octal 310 27 164 0 130 52 26 510 117 54
Binary 11001000 10111 1110100 0 1011000 101010 10110 101001000 1001111 101100

Color Harmonies of #C81774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81774

Black with #C81774

Text Example


Text Example

White with #C81774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81774; }

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

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

background-color css

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

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

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

border-color css

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

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

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