Html Css Color HEX #C31970 Medium Violet Red

📋 copy color: '#C31970'

red 195 ◦ green 25 ◦ blue 112

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

Shades of Medium Violet Red #C31970

Tints of Medium Violet Red #C31970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 33.73%

R = 58.73%
G = 7.53%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C31970 (or 0xC31970) is known color: Medium Violet Red. HEX triplet: C3, 19 and 70. RGB value is (195,25,112). Sum of RGB (Red+Green+Blue) = 195+25+112=332 (43% of max value = 765). Red value is 195 (76.56% from 255 or 58.73% from 332); Green value is 25 (10.16% from 255 or 7.53% from 332); Blue value is 112 (44.14% from 255 or 33.73% from 332); Max value from RGB is 195 - color contains mainly: red. Hex color #C31970 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31970 is #3CE68F. Grayscale: #555555. Windows color (decimal): -3991184 or 7346627. OLE color: 7346627.

HSL color Cylindrical-coordinate representation of color #C31970: hue angle of 329.29º 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 #C31970 is Cyan = 0, Magento = 0.87, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 25 112 -
CMYK 0 0.87 0.43 0.24
HSL 329.29º 0.77% 0.43% -
HSV(B) 329.29º 0.87% 0.76% -
XYZ 25.78 13.47 16.57 -
YUV 85.75 142.82 205.93 -
System Red Green Blue C M Y K H S L
Decimal 195 25 112 0 0.87 0.43 0.24 329.29 0.77 0.43
Hex C3 19 70 0 57 2B 18 149 4D 2B
Octal 303 31 160 0 127 53 30 511 115 53
Binary 11000011 11001 1110000 0 1010111 101011 11000 101001001 1001101 101011

Color Harmonies of #C31970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31970

Black with #C31970

Text Example


Text Example

White with #C31970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31970; }

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

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

background-color css

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

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

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

border-color css

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

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

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