Html Css Color HEX #C31572 Medium Violet Red

📋 copy color: '#C31572'

red 195 ◦ green 21 ◦ blue 114

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

Shades of Medium Violet Red #C31572

Tints of Medium Violet Red #C31572

RGB

 RED value IS 195 (76.56% from 255) = 59.09%

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

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

R = 59.09%
G = 6.36%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C31572 (or 0xC31572) is known color: Medium Violet Red. HEX triplet: C3, 15 and 72. RGB value is (195,21,114). Sum of RGB (Red+Green+Blue) = 195+21+114=330 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.09% from 330); Green value is 21 (8.59% from 255 or 6.36% from 330); Blue value is 114 (44.92% from 255 or 34.55% from 330); Max value from RGB is 195 - color contains mainly: red. Hex color #C31572 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31572 is #3CEA8D. Grayscale: #535353. Windows color (decimal): -3992206 or 7476675. OLE color: 7476675.

HSL color Cylindrical-coordinate representation of color #C31572: hue angle of 327.93º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C31572 is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 21 114 -
CMYK 0 0.89 0.42 0.24
HSL 327.93º 0.81% 0.42% -
HSV(B) 327.93º 0.89% 0.76% -
XYZ 25.81 13.35 17.14 -
YUV 83.63 145.15 207.44 -
System Red Green Blue C M Y K H S L
Decimal 195 21 114 0 0.89 0.42 0.24 327.93 0.81 0.42
Hex C3 15 72 0 59 2A 18 148 51 2A
Octal 303 25 162 0 131 52 30 510 121 52
Binary 11000011 10101 1110010 0 1011001 101010 11000 101001000 1010001 101010

Color Harmonies of #C31572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31572

Black with #C31572

Text Example


Text Example

White with #C31572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31572; }

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

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

background-color css

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

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

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

border-color css

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

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

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