Html Css Color HEX #C31477 Medium Violet Red

📋 copy color: '#C31477'

red 195 ◦ green 20 ◦ blue 119

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

Shades of Medium Violet Red #C31477

Tints of Medium Violet Red #C31477

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.99%

 BLUE value IS 119 (46.88% from 255) = 35.63%

R = 58.38%
G = 5.99%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C31477 (or 0xC31477) is known color: Medium Violet Red. HEX triplet: C3, 14 and 77. RGB value is (195,20,119). Sum of RGB (Red+Green+Blue) = 195+20+119=334 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.38% from 334); Green value is 20 (8.20% from 255 or 5.99% from 334); Blue value is 119 (46.88% from 255 or 35.63% from 334); Max value from RGB is 195 - color contains mainly: red. Hex color #C31477 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31477 is #3CEB88. Grayscale: #535353. Windows color (decimal): -3992457 or 7804099. OLE color: 7804099.

HSL color Cylindrical-coordinate representation of color #C31477: hue angle of 326.06º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C31477 is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 20 119 -
CMYK 0 0.90 0.39 0.24
HSL 326.06º 0.81% 0.42% -
HSV(B) 326.06º 0.9% 0.76% -
XYZ 26.09 13.43 18.67 -
YUV 83.61 147.98 207.45 -
System Red Green Blue C M Y K H S L
Decimal 195 20 119 0 0.90 0.39 0.24 326.06 0.81 0.42
Hex C3 14 77 0 5A 27 18 146 51 2A
Octal 303 24 167 0 132 47 30 506 121 52
Binary 11000011 10100 1110111 0 1011010 100111 11000 101000110 1010001 101010

Color Harmonies of #C31477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31477

Black with #C31477

Text Example


Text Example

White with #C31477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31477; }

 p { color: rgb(195,20,119); }

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

background-color css

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

 a { background-color: rgb(195,20,119); }

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

border-color css

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

 span { border-color: rgb(195,20,119); }

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