Html Css Color HEX #C4309D Medium Red Violet

📋 copy color: '#C4309D'

red 196 ◦ green 48 ◦ blue 157

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

Shades of Medium Red Violet #C4309D

Tints of Medium Red Violet #C4309D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.97%

 BLUE value IS 157 (61.72% from 255) = 39.15%

R = 48.88%
G = 11.97%
B = 39.15%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.20

 K value IS 0.23

RGB Variations

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

Color information

#C4309D (or 0xC4309D) is known color: Medium Red Violet. HEX triplet: C4, 30 and 9D. RGB value is (196,48,157). Sum of RGB (Red+Green+Blue) = 196+48+157=401 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.88% from 401); Green value is 48 (19.14% from 255 or 11.97% from 401); Blue value is 157 (61.72% from 255 or 39.15% from 401); Max value from RGB is 196 - color contains mainly: red. Hex color #C4309D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4309D is #3BCF62. Grayscale: #686868. Windows color (decimal): -3919715 or 10301636. OLE color: 10301636.

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

Color convert

RGB 196 48 157 -
CMYK 0 0.76 0.20 0.23
HSL 315.81º 0.61% 0.48% -
HSV(B) 315.81º 0.76% 0.77% -
XYZ 29.91 16.28 33.47 -
YUV 104.68 157.53 193.14 -
System Red Green Blue C M Y K H S L
Decimal 196 48 157 0 0.76 0.20 0.23 315.81 0.61 0.48
Hex C4 30 9D 0 4C 14 17 13C 3D 30
Octal 304 60 235 0 114 24 27 474 75 60
Binary 11000100 110000 10011101 0 1001100 10100 10111 100111100 111101 110000

Color Harmonies of #C4309D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4309D

Black with #C4309D

Text Example


Text Example

White with #C4309D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4309D; }

 p { color: rgb(196,48,157); }

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

background-color css

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

 a { background-color: rgb(196,48,157); }

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

border-color css

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

 span { border-color: rgb(196,48,157); }

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