Html Css Color HEX #C4317B Medium Red Violet

📋 copy color: '#C4317B'

red 196 ◦ green 49 ◦ blue 123

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

Shades of Medium Red Violet #C4317B

Tints of Medium Red Violet #C4317B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 33.42%

R = 53.26%
G = 13.32%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.37

 K value IS 0.23

RGB Variations

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

Color information

#C4317B (or 0xC4317B) is known color: Medium Red Violet. HEX triplet: C4, 31 and 7B. RGB value is (196,49,123). Sum of RGB (Red+Green+Blue) = 196+49+123=368 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.26% from 368); Green value is 49 (19.53% from 255 or 13.32% from 368); Blue value is 123 (48.44% from 255 or 33.42% from 368); Max value from RGB is 196 - color contains mainly: red. Hex color #C4317B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4317B is #3BCE84. Grayscale: #656565. Windows color (decimal): -3919493 or 8073668. OLE color: 8073668.

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

Color convert

RGB 196 49 123 -
CMYK 0 0.75 0.37 0.23
HSL 329.8º 0.6% 0.48% -
HSV(B) 329.8º 0.75% 0.77% -
XYZ 27.44 15.36 20.26 -
YUV 101.39 140.2 195.48 -
System Red Green Blue C M Y K H S L
Decimal 196 49 123 0 0.75 0.37 0.23 329.8 0.6 0.48
Hex C4 31 7B 0 4B 25 17 14A 3C 30
Octal 304 61 173 0 113 45 27 512 74 60
Binary 11000100 110001 1111011 0 1001011 100101 10111 101001010 111100 110000

Color Harmonies of #C4317B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4317B

Black with #C4317B

Text Example


Text Example

White with #C4317B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4317B; }

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

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

background-color css

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

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

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

border-color css

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

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

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