Html Css Color HEX #C4318A Medium Red Violet

📋 copy color: '#C4318A'

red 196 ◦ green 49 ◦ blue 138

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

Shades of Medium Red Violet #C4318A

Tints of Medium Red Violet #C4318A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.03%

R = 51.17%
G = 12.79%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#C4318A (or 0xC4318A) is known color: Medium Red Violet. HEX triplet: C4, 31 and 8A. RGB value is (196,49,138). Sum of RGB (Red+Green+Blue) = 196+49+138=383 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.17% from 383); Green value is 49 (19.53% from 255 or 12.79% from 383); Blue value is 138 (54.30% from 255 or 36.03% from 383); Max value from RGB is 196 - color contains mainly: red. Hex color #C4318A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4318A is #3BCE75. Grayscale: #666666. Windows color (decimal): -3919478 or 9056708. OLE color: 9056708.

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

Color convert

RGB 196 49 138 -
CMYK 0 0.75 0.30 0.23
HSL 323.67º 0.6% 0.48% -
HSV(B) 323.67º 0.75% 0.77% -
XYZ 28.45 15.77 25.59 -
YUV 103.1 147.7 194.26 -
System Red Green Blue C M Y K H S L
Decimal 196 49 138 0 0.75 0.30 0.23 323.67 0.6 0.48
Hex C4 31 8A 0 4B 1E 17 144 3C 30
Octal 304 61 212 0 113 36 27 504 74 60
Binary 11000100 110001 10001010 0 1001011 11110 10111 101000100 111100 110000

Color Harmonies of #C4318A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4318A

Black with #C4318A

Text Example


Text Example

White with #C4318A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4318A; }

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

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

background-color css

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

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

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

border-color css

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

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

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