Html Css Color HEX #C81D74 Medium Violet Red

📋 copy color: '#C81D74'

red 200 ◦ green 29 ◦ blue 116

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

Shades of Medium Violet Red #C81D74

Tints of Medium Violet Red #C81D74

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.41%

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

R = 57.97%
G = 8.41%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C81D74 (or 0xC81D74) is known color: Medium Violet Red. HEX triplet: C8, 1D and 74. RGB value is (200,29,116). Sum of RGB (Red+Green+Blue) = 200+29+116=345 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.97% from 345); Green value is 29 (11.72% from 255 or 8.41% from 345); Blue value is 116 (45.70% from 255 or 33.62% from 345); Max value from RGB is 200 - color contains mainly: red. Hex color #C81D74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C81D74 is #37E28B. Grayscale: #595959. Windows color (decimal): -3662476 or 7609800. OLE color: 7609800.

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

Color convert

RGB 200 29 116 -
CMYK 0 0.86 0.42 0.22
HSL 329.47º 0.75% 0.45% -
HSV(B) 329.47º 0.86% 0.78% -
XYZ 27.41 14.42 17.86 -
YUV 90.05 142.65 206.43 -
System Red Green Blue C M Y K H S L
Decimal 200 29 116 0 0.86 0.42 0.22 329.47 0.75 0.45
Hex C8 1D 74 0 56 2A 16 149 4B 2D
Octal 310 35 164 0 126 52 26 511 113 55
Binary 11001000 11101 1110100 0 1010110 101010 10110 101001001 1001011 101101

Color Harmonies of #C81D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81D74

Black with #C81D74

Text Example


Text Example

White with #C81D74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81D74; }

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

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

background-color css

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

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

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

border-color css

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

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

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