Html Css Color HEX #C31E7A Medium Violet Red

📋 copy color: '#C31E7A'

red 195 ◦ green 30 ◦ blue 122

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

Shades of Medium Violet Red #C31E7A

Tints of Medium Violet Red #C31E7A

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.65%

 BLUE value IS 122 (48.05% from 255) = 35.16%

R = 56.2%
G = 8.65%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C31E7A (or 0xC31E7A) is known color: Medium Violet Red. HEX triplet: C3, 1E and 7A. RGB value is (195,30,122). Sum of RGB (Red+Green+Blue) = 195+30+122=347 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.20% from 347); Green value is 30 (12.11% from 255 or 8.65% from 347); Blue value is 122 (48.05% from 255 or 35.16% from 347); Max value from RGB is 195 - color contains mainly: red. Hex color #C31E7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C31E7A is #3CE185. Grayscale: #595959. Windows color (decimal): -3989894 or 8003267. OLE color: 8003267.

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

Color convert

RGB 195 30 122 -
CMYK 0 0.85 0.37 0.24
HSL 326.55º 0.73% 0.44% -
HSV(B) 326.55º 0.85% 0.76% -
XYZ 26.48 13.94 19.71 -
YUV 89.82 146.16 203.02 -
System Red Green Blue C M Y K H S L
Decimal 195 30 122 0 0.85 0.37 0.24 326.55 0.73 0.44
Hex C3 1E 7A 0 55 25 18 147 49 2C
Octal 303 36 172 0 125 45 30 507 111 54
Binary 11000011 11110 1111010 0 1010101 100101 11000 101000111 1001001 101100

Color Harmonies of #C31E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31E7A

Black with #C31E7A

Text Example


Text Example

White with #C31E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31E7A; }

 p { color: rgb(195,30,122); }

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

background-color css

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

 a { background-color: rgb(195,30,122); }

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

border-color css

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

 span { border-color: rgb(195,30,122); }

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