Html Css Color HEX #C81572 Medium Violet Red

📋 copy color: '#C81572'

red 200 ◦ green 21 ◦ blue 114

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

Shades of Medium Violet Red #C81572

Tints of Medium Violet Red #C81572

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.27%

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

R = 59.7%
G = 6.27%
B = 34.03%

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

#C81572 (or 0xC81572) is known color: Medium Violet Red. HEX triplet: C8, 15 and 72. RGB value is (200,21,114). Sum of RGB (Red+Green+Blue) = 200+21+114=335 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.70% from 335); Green value is 21 (8.59% from 255 or 6.27% from 335); Blue value is 114 (44.92% from 255 or 34.03% from 335); Max value from RGB is 200 - color contains mainly: red. Hex color #C81572 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81572 is #37EA8D. Grayscale: #545454. Windows color (decimal): -3664526 or 7476680. OLE color: 7476680.

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

Color convert

RGB 200 21 114 -
CMYK 0 0.90 0.43 0.22
HSL 328.83º 0.81% 0.43% -
HSV(B) 328.83º 0.9% 0.78% -
XYZ 27.12 14.03 17.2 -
YUV 85.12 144.3 209.94 -
System Red Green Blue C M Y K H S L
Decimal 200 21 114 0 0.90 0.43 0.22 328.83 0.81 0.43
Hex C8 15 72 0 5A 2B 16 149 51 2B
Octal 310 25 162 0 132 53 26 511 121 53
Binary 11001000 10101 1110010 0 1011010 101011 10110 101001001 1010001 101011

Color Harmonies of #C81572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81572

Black with #C81572

Text Example


Text Example

White with #C81572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81572; }

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

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

background-color css

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

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

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

border-color css

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

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

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