Html Css Color HEX #C81372 Medium Violet Red

📋 copy color: '#C81372'

red 200 ◦ green 19 ◦ blue 114

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

Shades of Medium Violet Red #C81372

Tints of Medium Violet Red #C81372

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.71%

 BLUE value IS 114 (44.92% from 255) = 34.23%

R = 60.06%
G = 5.71%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C81372 (or 0xC81372) is known color: Medium Violet Red. HEX triplet: C8, 13 and 72. RGB value is (200,19,114). Sum of RGB (Red+Green+Blue) = 200+19+114=333 (44% of max value = 765). Red value is 200 (78.52% from 255 or 60.06% from 333); Green value is 19 (7.81% from 255 or 5.71% from 333); Blue value is 114 (44.92% from 255 or 34.23% from 333); Max value from RGB is 200 - color contains mainly: red. Hex color #C81372 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81372 is #37EC8D. Grayscale: #535353. Windows color (decimal): -3665038 or 7476168. OLE color: 7476168.

HSL color Cylindrical-coordinate representation of color #C81372: hue angle of 328.51º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C81372 is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 19 114 -
CMYK 0 0.90 0.43 0.22
HSL 328.51º 0.83% 0.43% -
HSV(B) 328.51º 0.91% 0.78% -
XYZ 27.09 13.96 17.19 -
YUV 83.95 144.97 210.78 -
System Red Green Blue C M Y K H S L
Decimal 200 19 114 0 0.90 0.43 0.22 328.51 0.83 0.43
Hex C8 13 72 0 5A 2B 16 149 53 2B
Octal 310 23 162 0 132 53 26 511 123 53
Binary 11001000 10011 1110010 0 1011010 101011 10110 101001001 1010011 101011

Color Harmonies of #C81372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81372

Black with #C81372

Text Example


Text Example

White with #C81372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81372; }

 p { color: rgb(200,19,114); }

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

background-color css

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

 a { background-color: rgb(200,19,114); }

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

border-color css

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

 span { border-color: rgb(200,19,114); }

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