Html Css Color HEX #C31D9E Medium Violet Red

📋 copy color: '#C31D9E'

red 195 ◦ green 29 ◦ blue 158

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

Shades of Medium Violet Red #C31D9E

Tints of Medium Violet Red #C31D9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 41.36%

R = 51.05%
G = 7.59%
B = 41.36%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#C31D9E (or 0xC31D9E) is known color: Medium Violet Red. HEX triplet: C3, 1D and 9E. RGB value is (195,29,158). Sum of RGB (Red+Green+Blue) = 195+29+158=382 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.05% from 382); Green value is 29 (11.72% from 255 or 7.59% from 382); Blue value is 158 (62.11% from 255 or 41.36% from 382); Max value from RGB is 195 - color contains mainly: red. Hex color #C31D9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31D9E is #3CE261. Grayscale: #5C5C5C. Windows color (decimal): -3990114 or 10362307. OLE color: 10362307.

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

Color convert

RGB 195 29 158 -
CMYK 0 0.85 0.19 0.24
HSL 313.37º 0.74% 0.44% -
HSV(B) 313.37º 0.85% 0.76% -
XYZ 29.12 14.95 33.7 -
YUV 93.34 164.5 200.51 -
System Red Green Blue C M Y K H S L
Decimal 195 29 158 0 0.85 0.19 0.24 313.37 0.74 0.44
Hex C3 1D 9E 0 55 13 18 139 4A 2C
Octal 303 35 236 0 125 23 30 471 112 54
Binary 11000011 11101 10011110 0 1010101 10011 11000 100111001 1001010 101100

Color Harmonies of #C31D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31D9E

Black with #C31D9E

Text Example


Text Example

White with #C31D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31D9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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