Html Css Color HEX #C31087 Medium Violet Red

📋 copy color: '#C31087'

red 195 ◦ green 16 ◦ blue 135

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

Shades of Medium Violet Red #C31087

Tints of Medium Violet Red #C31087

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.62%

 BLUE value IS 135 (53.13% from 255) = 39.02%

R = 56.36%
G = 4.62%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C31087 (or 0xC31087) is known color: Medium Violet Red. HEX triplet: C3, 10 and 87. RGB value is (195,16,135). Sum of RGB (Red+Green+Blue) = 195+16+135=346 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.36% from 346); Green value is 16 (6.64% from 255 or 4.62% from 346); Blue value is 135 (53.12% from 255 or 39.02% from 346); Max value from RGB is 195 - color contains mainly: red. Hex color #C31087 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C31087 is #3CEF78. Grayscale: #525252. Windows color (decimal): -3993465 or 8851651. OLE color: 8851651.

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

Color convert

RGB 195 16 135 -
CMYK 0 0.92 0.31 0.24
HSL 320.11º 0.85% 0.41% -
HSV(B) 320.11º 0.92% 0.76% -
XYZ 27.06 13.72 24.14 -
YUV 83.09 157.3 207.82 -
System Red Green Blue C M Y K H S L
Decimal 195 16 135 0 0.92 0.31 0.24 320.11 0.85 0.41
Hex C3 10 87 0 5C 1F 18 140 55 29
Octal 303 20 207 0 134 37 30 500 125 51
Binary 11000011 10000 10000111 0 1011100 11111 11000 101000000 1010101 101001

Color Harmonies of #C31087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31087

Black with #C31087

Text Example


Text Example

White with #C31087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31087; }

 p { color: rgb(195,16,135); }

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

background-color css

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

 a { background-color: rgb(195,16,135); }

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

border-color css

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

 span { border-color: rgb(195,16,135); }

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