Html Css Color HEX #C31D7D Medium Violet Red

📋 copy color: '#C31D7D'

red 195 ◦ green 29 ◦ blue 125

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

Shades of Medium Violet Red #C31D7D

Tints of Medium Violet Red #C31D7D

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.31%

 BLUE value IS 125 (49.22% from 255) = 35.82%

R = 55.87%
G = 8.31%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C31D7D (or 0xC31D7D) is known color: Medium Violet Red. HEX triplet: C3, 1D and 7D. RGB value is (195,29,125). Sum of RGB (Red+Green+Blue) = 195+29+125=349 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.87% from 349); Green value is 29 (11.72% from 255 or 8.31% from 349); Blue value is 125 (49.22% from 255 or 35.82% from 349); Max value from RGB is 195 - color contains mainly: red. Hex color #C31D7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C31D7D is #3CE282. Grayscale: #595959. Windows color (decimal): -3990147 or 8199619. OLE color: 8199619.

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

Color convert

RGB 195 29 125 -
CMYK 0 0.85 0.36 0.24
HSL 325.3º 0.74% 0.44% -
HSV(B) 325.3º 0.85% 0.76% -
XYZ 26.65 13.96 20.69 -
YUV 89.58 148 203.19 -
System Red Green Blue C M Y K H S L
Decimal 195 29 125 0 0.85 0.36 0.24 325.3 0.74 0.44
Hex C3 1D 7D 0 55 24 18 145 4A 2C
Octal 303 35 175 0 125 44 30 505 112 54
Binary 11000011 11101 1111101 0 1010101 100100 11000 101000101 1001010 101100

Color Harmonies of #C31D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31D7D

Black with #C31D7D

Text Example


Text Example

White with #C31D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31D7D; }

 p { color: rgb(195,29,125); }

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

background-color css

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

 a { background-color: rgb(195,29,125); }

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

border-color css

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

 span { border-color: rgb(195,29,125); }

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