Html Css Color HEX #C31972 Medium Violet Red

📋 copy color: '#C31972'

red 195 ◦ green 25 ◦ blue 114

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

Shades of Medium Violet Red #C31972

Tints of Medium Violet Red #C31972

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.49%

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

R = 58.38%
G = 7.49%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C31972 (or 0xC31972) is known color: Medium Violet Red. HEX triplet: C3, 19 and 72. RGB value is (195,25,114). Sum of RGB (Red+Green+Blue) = 195+25+114=334 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.38% from 334); Green value is 25 (10.16% from 255 or 7.49% from 334); Blue value is 114 (44.92% from 255 or 34.13% from 334); Max value from RGB is 195 - color contains mainly: red. Hex color #C31972 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31972 is #3CE68D. Grayscale: #555555. Windows color (decimal): -3991182 or 7477699. OLE color: 7477699.

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

Color convert

RGB 195 25 114 -
CMYK 0 0.87 0.42 0.24
HSL 328.59º 0.77% 0.43% -
HSV(B) 328.59º 0.87% 0.76% -
XYZ 25.89 13.51 17.16 -
YUV 85.98 143.82 205.76 -
System Red Green Blue C M Y K H S L
Decimal 195 25 114 0 0.87 0.42 0.24 328.59 0.77 0.43
Hex C3 19 72 0 57 2A 18 149 4D 2B
Octal 303 31 162 0 127 52 30 511 115 53
Binary 11000011 11001 1110010 0 1010111 101010 11000 101001001 1001101 101011

Color Harmonies of #C31972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31972

Black with #C31972

Text Example


Text Example

White with #C31972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31972; }

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

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

background-color css

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

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

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

border-color css

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

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

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