Html Css Color HEX #C31F7F Medium Violet Red

📋 copy color: '#C31F7F'

red 195 ◦ green 31 ◦ blue 127

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

Shades of Medium Violet Red #C31F7F

Tints of Medium Violet Red #C31F7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 35.98%

R = 55.24%
G = 8.78%
B = 35.98%

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

#C31F7F (or 0xC31F7F) is known color: Medium Violet Red. HEX triplet: C3, 1F and 7F. RGB value is (195,31,127). Sum of RGB (Red+Green+Blue) = 195+31+127=353 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.24% from 353); Green value is 31 (12.5% from 255 or 8.78% from 353); Blue value is 127 (50% from 255 or 35.98% from 353); Max value from RGB is 195 - color contains mainly: red. Hex color #C31F7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C31F7F is #3CE080. Grayscale: #5A5A5A. Windows color (decimal): -3989633 or 8331203. OLE color: 8331203.

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

Color convert

RGB 195 31 127 -
CMYK 0 0.84 0.35 0.24
HSL 324.88º 0.73% 0.44% -
HSV(B) 324.88º 0.84% 0.76% -
XYZ 26.83 14.11 21.39 -
YUV 90.98 148.33 202.19 -
System Red Green Blue C M Y K H S L
Decimal 195 31 127 0 0.84 0.35 0.24 324.88 0.73 0.44
Hex C3 1F 7F 0 54 23 18 145 49 2C
Octal 303 37 177 0 124 43 30 505 111 54
Binary 11000011 11111 1111111 0 1010100 100011 11000 101000101 1001001 101100

Color Harmonies of #C31F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31F7F

Black with #C31F7F

Text Example


Text Example

White with #C31F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31F7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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