Html Css Color HEX #C31690 Medium Violet Red

📋 copy color: '#C31690'

red 195 ◦ green 22 ◦ blue 144

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

Shades of Medium Violet Red #C31690

Tints of Medium Violet Red #C31690

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.09%

 BLUE value IS 144 (56.64% from 255) = 39.89%

R = 54.02%
G = 6.09%
B = 39.89%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C31690 (or 0xC31690) is known color: Medium Violet Red. HEX triplet: C3, 16 and 90. RGB value is (195,22,144). Sum of RGB (Red+Green+Blue) = 195+22+144=361 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.02% from 361); Green value is 22 (8.98% from 255 or 6.09% from 361); Blue value is 144 (56.64% from 255 or 39.89% from 361); Max value from RGB is 195 - color contains mainly: red. Hex color #C31690 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C31690 is #3CE96F. Grayscale: #575757. Windows color (decimal): -3991920 or 9443011. OLE color: 9443011.

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

Color convert

RGB 195 22 144 -
CMYK 0 0.89 0.26 0.24
HSL 317.69º 0.8% 0.43% -
HSV(B) 317.69º 0.89% 0.76% -
XYZ 27.83 14.19 27.66 -
YUV 87.64 159.81 204.58 -
System Red Green Blue C M Y K H S L
Decimal 195 22 144 0 0.89 0.26 0.24 317.69 0.8 0.43
Hex C3 16 90 0 59 1A 18 13E 50 2B
Octal 303 26 220 0 131 32 30 476 120 53
Binary 11000011 10110 10010000 0 1011001 11010 11000 100111110 1010000 101011

Color Harmonies of #C31690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31690

Black with #C31690

Text Example


Text Example

White with #C31690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31690; }

 p { color: rgb(195,22,144); }

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

background-color css

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

 a { background-color: rgb(195,22,144); }

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

border-color css

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

 span { border-color: rgb(195,22,144); }

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