Html Css Color HEX #C81C7D Medium Violet Red

📋 copy color: '#C81C7D'

red 200 ◦ green 28 ◦ blue 125

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

Shades of Medium Violet Red #C81C7D

Tints of Medium Violet Red #C81C7D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.93%

 BLUE value IS 125 (49.22% from 255) = 35.41%

R = 56.66%
G = 7.93%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C81C7D (or 0xC81C7D) is known color: Medium Violet Red. HEX triplet: C8, 1C and 7D. RGB value is (200,28,125). Sum of RGB (Red+Green+Blue) = 200+28+125=353 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.66% from 353); Green value is 28 (11.33% from 255 or 7.93% from 353); Blue value is 125 (49.22% from 255 or 35.41% from 353); Max value from RGB is 200 - color contains mainly: red. Hex color #C81C7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C81C7D is #37E382. Grayscale: #5A5A5A. Windows color (decimal): -3662723 or 8199368. OLE color: 8199368.

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

Color convert

RGB 200 28 125 -
CMYK 0 0.86 0.38 0.22
HSL 326.16º 0.75% 0.45% -
HSV(B) 326.16º 0.86% 0.78% -
XYZ 27.94 14.59 20.75 -
YUV 90.49 147.48 206.11 -
System Red Green Blue C M Y K H S L
Decimal 200 28 125 0 0.86 0.38 0.22 326.16 0.75 0.45
Hex C8 1C 7D 0 56 26 16 146 4B 2D
Octal 310 34 175 0 126 46 26 506 113 55
Binary 11001000 11100 1111101 0 1010110 100110 10110 101000110 1001011 101101

Color Harmonies of #C81C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81C7D

Black with #C81C7D

Text Example


Text Example

White with #C81C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81C7D; }

 p { color: rgb(200,28,125); }

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

background-color css

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

 a { background-color: rgb(200,28,125); }

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

border-color css

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

 span { border-color: rgb(200,28,125); }

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