Html Css Color HEX #C31F7E Medium Violet Red

📋 copy color: '#C31F7E'

red 195 ◦ green 31 ◦ blue 126

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

Shades of Medium Violet Red #C31F7E

Tints of Medium Violet Red #C31F7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 35.8%

R = 55.4%
G = 8.81%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C31F7E (or 0xC31F7E) is known color: Medium Violet Red. HEX triplet: C3, 1F and 7E. RGB value is (195,31,126). Sum of RGB (Red+Green+Blue) = 195+31+126=352 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.40% from 352); Green value is 31 (12.5% from 255 or 8.81% from 352); Blue value is 126 (49.61% from 255 or 35.80% from 352); Max value from RGB is 195 - color contains mainly: red. Hex color #C31F7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C31F7E is #3CE081. Grayscale: #5A5A5A. Windows color (decimal): -3989634 or 8265667. OLE color: 8265667.

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

Color convert

RGB 195 31 126 -
CMYK 0 0.84 0.35 0.24
HSL 325.24º 0.73% 0.44% -
HSV(B) 325.24º 0.84% 0.76% -
XYZ 26.76 14.09 21.05 -
YUV 90.87 147.83 202.28 -
System Red Green Blue C M Y K H S L
Decimal 195 31 126 0 0.84 0.35 0.24 325.24 0.73 0.44
Hex C3 1F 7E 0 54 23 18 145 49 2C
Octal 303 37 176 0 124 43 30 505 111 54
Binary 11000011 11111 1111110 0 1010100 100011 11000 101000101 1001001 101100

Color Harmonies of #C31F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31F7E

Black with #C31F7E

Text Example


Text Example

White with #C31F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31F7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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