Html Css Color HEX #C4319A Medium Red Violet

📋 copy color: '#C4319A'

red 196 ◦ green 49 ◦ blue 154

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

Shades of Medium Red Violet #C4319A

Tints of Medium Red Violet #C4319A

RGB

 RED value IS 196 (76.95% from 255) = 49.12%

 GREEN value IS 49 (19.53% from 255) = 12.28%

 BLUE value IS 154 (60.55% from 255) = 38.6%

R = 49.12%
G = 12.28%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.21

 K value IS 0.23

RGB Variations

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

Color information

#C4319A (or 0xC4319A) is known color: Medium Red Violet. HEX triplet: C4, 31 and 9A. RGB value is (196,49,154). Sum of RGB (Red+Green+Blue) = 196+49+154=399 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.12% from 399); Green value is 49 (19.53% from 255 or 12.28% from 399); Blue value is 154 (60.55% from 255 or 38.60% from 399); Max value from RGB is 196 - color contains mainly: red. Hex color #C4319A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4319A is #3BCE65. Grayscale: #686868. Windows color (decimal): -3919462 or 10105284. OLE color: 10105284.

HSL color Cylindrical-coordinate representation of color #C4319A: hue angle of 317.14º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C4319A is Cyan = 0, Magento = 0.75, Yellow = 0.21 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 49 154 -
CMYK 0 0.75 0.21 0.23
HSL 317.14º 0.6% 0.48% -
HSV(B) 317.14º 0.75% 0.77% -
XYZ 29.7 16.27 32.15 -
YUV 104.92 155.7 192.96 -
System Red Green Blue C M Y K H S L
Decimal 196 49 154 0 0.75 0.21 0.23 317.14 0.6 0.48
Hex C4 31 9A 0 4B 15 17 13D 3C 30
Octal 304 61 232 0 113 25 27 475 74 60
Binary 11000100 110001 10011010 0 1001011 10101 10111 100111101 111100 110000

Color Harmonies of #C4319A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4319A

Black with #C4319A

Text Example


Text Example

White with #C4319A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4319A; }

 p { color: rgb(196,49,154); }

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

background-color css

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

 a { background-color: rgb(196,49,154); }

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

border-color css

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

 span { border-color: rgb(196,49,154); }

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