Html Css Color HEX #C31470 Medium Violet Red

📋 copy color: '#C31470'

red 195 ◦ green 20 ◦ blue 112

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

Shades of Medium Violet Red #C31470

Tints of Medium Violet Red #C31470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 34.25%

R = 59.63%
G = 6.12%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C31470 (or 0xC31470) is known color: Medium Violet Red. HEX triplet: C3, 14 and 70. RGB value is (195,20,112). Sum of RGB (Red+Green+Blue) = 195+20+112=327 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.63% from 327); Green value is 20 (8.20% from 255 or 6.12% from 327); Blue value is 112 (44.14% from 255 or 34.25% from 327); Max value from RGB is 195 - color contains mainly: red. Hex color #C31470 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31470 is #3CEB8F. Grayscale: #525252. Windows color (decimal): -3992464 or 7345347. OLE color: 7345347.

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

Color convert

RGB 195 20 112 -
CMYK 0 0.90 0.43 0.24
HSL 328.46º 0.81% 0.42% -
HSV(B) 328.46º 0.9% 0.76% -
XYZ 25.68 13.27 16.54 -
YUV 82.81 144.48 208.02 -
System Red Green Blue C M Y K H S L
Decimal 195 20 112 0 0.90 0.43 0.24 328.46 0.81 0.42
Hex C3 14 70 0 5A 2B 18 148 51 2A
Octal 303 24 160 0 132 53 30 510 121 52
Binary 11000011 10100 1110000 0 1011010 101011 11000 101001000 1010001 101010

Color Harmonies of #C31470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31470

Black with #C31470

Text Example


Text Example

White with #C31470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31470; }

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

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

background-color css

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

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

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

border-color css

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

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

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