Html Css Color HEX #C31F6B Medium Violet Red

📋 copy color: '#C31F6B'

red 195 ◦ green 31 ◦ blue 107

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

Shades of Medium Violet Red #C31F6B

Tints of Medium Violet Red #C31F6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 32.13%

R = 58.56%
G = 9.31%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#C31F6B (or 0xC31F6B) is known color: Medium Violet Red. HEX triplet: C3, 1F and 6B. RGB value is (195,31,107). Sum of RGB (Red+Green+Blue) = 195+31+107=333 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.56% from 333); Green value is 31 (12.5% from 255 or 9.31% from 333); Blue value is 107 (42.19% from 255 or 32.13% from 333); Max value from RGB is 195 - color contains mainly: red. Hex color #C31F6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C31F6B is #3CE094. Grayscale: #585858. Windows color (decimal): -3989653 or 7020483. OLE color: 7020483.

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

Color convert

RGB 195 31 107 -
CMYK 0 0.84 0.45 0.24
HSL 332.2º 0.73% 0.44% -
HSV(B) 332.2º 0.84% 0.76% -
XYZ 25.65 13.64 15.19 -
YUV 88.7 138.33 203.82 -
System Red Green Blue C M Y K H S L
Decimal 195 31 107 0 0.84 0.45 0.24 332.2 0.73 0.44
Hex C3 1F 6B 0 54 2D 18 14C 49 2C
Octal 303 37 153 0 124 55 30 514 111 54
Binary 11000011 11111 1101011 0 1010100 101101 11000 101001100 1001001 101100

Color Harmonies of #C31F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31F6B

Black with #C31F6B

Text Example


Text Example

White with #C31F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31F6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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