Html Css Color HEX #C4316E Medium Red Violet

📋 copy color: '#C4316E'

red 196 ◦ green 49 ◦ blue 110

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

Shades of Medium Red Violet #C4316E

Tints of Medium Red Violet #C4316E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 30.99%

R = 55.21%
G = 13.8%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#C4316E (or 0xC4316E) is known color: Medium Red Violet. HEX triplet: C4, 31 and 6E. RGB value is (196,49,110). Sum of RGB (Red+Green+Blue) = 196+49+110=355 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.21% from 355); Green value is 49 (19.53% from 255 or 13.80% from 355); Blue value is 110 (43.36% from 255 or 30.99% from 355); Max value from RGB is 196 - color contains mainly: red. Hex color #C4316E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4316E is #3BCE91. Grayscale: #636363. Windows color (decimal): -3919506 or 7221700. OLE color: 7221700.

HSL color Cylindrical-coordinate representation of color #C4316E: hue angle of 335.1º 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 #C4316E is Cyan = 0, Magento = 0.75, Yellow = 0.44 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 49 110 -
CMYK 0 0.75 0.44 0.23
HSL 335.1º 0.6% 0.48% -
HSV(B) 335.1º 0.75% 0.77% -
XYZ 26.68 15.06 16.25 -
YUV 99.91 133.7 196.54 -
System Red Green Blue C M Y K H S L
Decimal 196 49 110 0 0.75 0.44 0.23 335.1 0.6 0.48
Hex C4 31 6E 0 4B 2C 17 14F 3C 30
Octal 304 61 156 0 113 54 27 517 74 60
Binary 11000100 110001 1101110 0 1001011 101100 10111 101001111 111100 110000

Color Harmonies of #C4316E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4316E

Black with #C4316E

Text Example


Text Example

White with #C4316E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4316E; }

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

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

background-color css

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

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

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

border-color css

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

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

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