Html Css Color HEX #C31479 Medium Violet Red

📋 copy color: '#C31479'

red 195 ◦ green 20 ◦ blue 121

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

Shades of Medium Violet Red #C31479

Tints of Medium Violet Red #C31479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 36.01%

R = 58.04%
G = 5.95%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C31479 (or 0xC31479) is known color: Medium Violet Red. HEX triplet: C3, 14 and 79. RGB value is (195,20,121). Sum of RGB (Red+Green+Blue) = 195+20+121=336 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.04% from 336); Green value is 20 (8.20% from 255 or 5.95% from 336); Blue value is 121 (47.66% from 255 or 36.01% from 336); Max value from RGB is 195 - color contains mainly: red. Hex color #C31479 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31479 is #3CEB86. Grayscale: #535353. Windows color (decimal): -3992455 or 7935171. OLE color: 7935171.

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

Color convert

RGB 195 20 121 -
CMYK 0 0.90 0.38 0.24
HSL 325.37º 0.81% 0.42% -
HSV(B) 325.37º 0.9% 0.76% -
XYZ 26.21 13.48 19.31 -
YUV 83.84 148.98 207.29 -
System Red Green Blue C M Y K H S L
Decimal 195 20 121 0 0.90 0.38 0.24 325.37 0.81 0.42
Hex C3 14 79 0 5A 26 18 145 51 2A
Octal 303 24 171 0 132 46 30 505 121 52
Binary 11000011 10100 1111001 0 1011010 100110 11000 101000101 1010001 101010

Color Harmonies of #C31479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31479

Black with #C31479

Text Example


Text Example

White with #C31479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31479; }

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

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

background-color css

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

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

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

border-color css

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

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

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