Html Css Color HEX #C31F7A Medium Violet Red

📋 copy color: '#C31F7A'

red 195 ◦ green 31 ◦ blue 122

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

Shades of Medium Violet Red #C31F7A

Tints of Medium Violet Red #C31F7A

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.91%

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

R = 56.03%
G = 8.91%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C31F7A (or 0xC31F7A) is known color: Medium Violet Red. HEX triplet: C3, 1F and 7A. RGB value is (195,31,122). Sum of RGB (Red+Green+Blue) = 195+31+122=348 (46% of max value = 765). Red value is 195 (76.56% from 255 or 56.03% from 348); Green value is 31 (12.5% from 255 or 8.91% from 348); Blue value is 122 (48.05% from 255 or 35.06% from 348); Max value from RGB is 195 - color contains mainly: red. Hex color #C31F7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C31F7A is #3CE085. Grayscale: #5A5A5A. Windows color (decimal): -3989638 or 8003523. OLE color: 8003523.

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

Color convert

RGB 195 31 122 -
CMYK 0 0.84 0.37 0.24
HSL 326.71º 0.73% 0.44% -
HSV(B) 326.71º 0.84% 0.76% -
XYZ 26.51 13.99 19.72 -
YUV 90.41 145.83 202.6 -
System Red Green Blue C M Y K H S L
Decimal 195 31 122 0 0.84 0.37 0.24 326.71 0.73 0.44
Hex C3 1F 7A 0 54 25 18 147 49 2C
Octal 303 37 172 0 124 45 30 507 111 54
Binary 11000011 11111 1111010 0 1010100 100101 11000 101000111 1001001 101100

Color Harmonies of #C31F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31F7A

Black with #C31F7A

Text Example


Text Example

White with #C31F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31F7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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