Html Css Color HEX #C31C70 Medium Violet Red

📋 copy color: '#C31C70'

red 195 ◦ green 28 ◦ blue 112

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

Shades of Medium Violet Red #C31C70

Tints of Medium Violet Red #C31C70

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.36%

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

R = 58.21%
G = 8.36%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C31C70 (or 0xC31C70) is known color: Medium Violet Red. HEX triplet: C3, 1C and 70. RGB value is (195,28,112). Sum of RGB (Red+Green+Blue) = 195+28+112=335 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.21% from 335); Green value is 28 (11.33% from 255 or 8.36% from 335); Blue value is 112 (44.14% from 255 or 33.43% from 335); Max value from RGB is 195 - color contains mainly: red. Hex color #C31C70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C31C70 is #3CE38F. Grayscale: #575757. Windows color (decimal): -3990416 or 7347395. OLE color: 7347395.

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

Color convert

RGB 195 28 112 -
CMYK 0 0.86 0.43 0.24
HSL 329.82º 0.75% 0.44% -
HSV(B) 329.82º 0.86% 0.76% -
XYZ 25.85 13.6 16.59 -
YUV 87.51 141.83 204.67 -
System Red Green Blue C M Y K H S L
Decimal 195 28 112 0 0.86 0.43 0.24 329.82 0.75 0.44
Hex C3 1C 70 0 56 2B 18 14A 4B 2C
Octal 303 34 160 0 126 53 30 512 113 54
Binary 11000011 11100 1110000 0 1010110 101011 11000 101001010 1001011 101100

Color Harmonies of #C31C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31C70

Black with #C31C70

Text Example


Text Example

White with #C31C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31C70; }

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

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

background-color css

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

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

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

border-color css

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

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

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