Html Css Color HEX #C31B6E Medium Violet Red

📋 copy color: '#C31B6E'

red 195 ◦ green 27 ◦ blue 110

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

Shades of Medium Violet Red #C31B6E

Tints of Medium Violet Red #C31B6E

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.13%

 BLUE value IS 110 (43.36% from 255) = 33.13%

R = 58.73%
G = 8.13%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C31B6E (or 0xC31B6E) is known color: Medium Violet Red. HEX triplet: C3, 1B and 6E. RGB value is (195,27,110). Sum of RGB (Red+Green+Blue) = 195+27+110=332 (43% of max value = 765). Red value is 195 (76.56% from 255 or 58.73% from 332); Green value is 27 (10.94% from 255 or 8.13% from 332); Blue value is 110 (43.36% from 255 or 33.13% from 332); Max value from RGB is 195 - color contains mainly: red. Hex color #C31B6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C31B6E is #3CE491. Grayscale: #565656. Windows color (decimal): -3990674 or 7216067. OLE color: 7216067.

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

Color convert

RGB 195 27 110 -
CMYK 0 0.86 0.44 0.24
HSL 330.36º 0.76% 0.44% -
HSV(B) 330.36º 0.86% 0.76% -
XYZ 25.71 13.51 16 -
YUV 86.69 141.16 205.25 -
System Red Green Blue C M Y K H S L
Decimal 195 27 110 0 0.86 0.44 0.24 330.36 0.76 0.44
Hex C3 1B 6E 0 56 2C 18 14A 4C 2C
Octal 303 33 156 0 126 54 30 512 114 54
Binary 11000011 11011 1101110 0 1010110 101100 11000 101001010 1001100 101100

Color Harmonies of #C31B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31B6E

Black with #C31B6E

Text Example


Text Example

White with #C31B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31B6E; }

 p { color: rgb(195,27,110); }

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

background-color css

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

 a { background-color: rgb(195,27,110); }

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

border-color css

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

 span { border-color: rgb(195,27,110); }

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