Html Css Color HEX #C31E7F Medium Violet Red

📋 copy color: '#C31E7F'

red 195 ◦ green 30 ◦ blue 127

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

Shades of Medium Violet Red #C31E7F

Tints of Medium Violet Red #C31E7F

RGB

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

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

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

R = 55.4%
G = 8.52%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C31E7F (or 0xC31E7F) is known color: Medium Violet Red. HEX triplet: C3, 1E and 7F. RGB value is (195,30,127). Sum of RGB (Red+Green+Blue) = 195+30+127=352 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.40% from 352); Green value is 30 (12.11% from 255 or 8.52% from 352); Blue value is 127 (50% from 255 or 36.08% from 352); Max value from RGB is 195 - color contains mainly: red. Hex color #C31E7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C31E7F is #3CE180. Grayscale: #5A5A5A. Windows color (decimal): -3989889 or 8330947. OLE color: 8330947.

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

Color convert

RGB 195 30 127 -
CMYK 0 0.85 0.35 0.24
HSL 324.73º 0.73% 0.44% -
HSV(B) 324.73º 0.85% 0.76% -
XYZ 26.8 14.06 21.38 -
YUV 90.39 148.66 202.61 -
System Red Green Blue C M Y K H S L
Decimal 195 30 127 0 0.85 0.35 0.24 324.73 0.73 0.44
Hex C3 1E 7F 0 55 23 18 145 49 2C
Octal 303 36 177 0 125 43 30 505 111 54
Binary 11000011 11110 1111111 0 1010101 100011 11000 101000101 1001001 101100

Color Harmonies of #C31E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31E7F

Black with #C31E7F

Text Example


Text Example

White with #C31E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31E7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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