Html Css Color HEX #C31478 Medium Violet Red

📋 copy color: '#C31478'

red 195 ◦ green 20 ◦ blue 120

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

Shades of Medium Violet Red #C31478

Tints of Medium Violet Red #C31478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 35.82%

R = 58.21%
G = 5.97%
B = 35.82%

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

#C31478 (or 0xC31478) is known color: Medium Violet Red. HEX triplet: C3, 14 and 78. RGB value is (195,20,120). Sum of RGB (Red+Green+Blue) = 195+20+120=335 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.21% from 335); Green value is 20 (8.20% from 255 or 5.97% from 335); Blue value is 120 (47.27% from 255 or 35.82% from 335); Max value from RGB is 195 - color contains mainly: red. Hex color #C31478 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31478 is #3CEB87. Grayscale: #535353. Windows color (decimal): -3992456 or 7869635. OLE color: 7869635.

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

Color convert

RGB 195 20 120 -
CMYK 0 0.90 0.38 0.24
HSL 325.71º 0.81% 0.42% -
HSV(B) 325.71º 0.9% 0.76% -
XYZ 26.15 13.46 18.99 -
YUV 83.73 148.48 207.37 -
System Red Green Blue C M Y K H S L
Decimal 195 20 120 0 0.90 0.38 0.24 325.71 0.81 0.42
Hex C3 14 78 0 5A 26 18 146 51 2A
Octal 303 24 170 0 132 46 30 506 121 52
Binary 11000011 10100 1111000 0 1011010 100110 11000 101000110 1010001 101010

Color Harmonies of #C31478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31478

Black with #C31478

Text Example


Text Example

White with #C31478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31478; }

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

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

background-color css

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

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

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

border-color css

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

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

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