Html Css Color HEX #C43575 Medium Red Violet

📋 copy color: '#C43575'

red 196 ◦ green 53 ◦ blue 117

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

Shades of Medium Red Violet #C43575

Tints of Medium Red Violet #C43575

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.48%

 BLUE value IS 117 (46.09% from 255) = 31.97%

R = 53.55%
G = 14.48%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C43575 (or 0xC43575) is known color: Medium Red Violet. HEX triplet: C4, 35 and 75. RGB value is (196,53,117). Sum of RGB (Red+Green+Blue) = 196+53+117=366 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.55% from 366); Green value is 53 (21.09% from 255 or 14.48% from 366); Blue value is 117 (46.09% from 255 or 31.97% from 366); Max value from RGB is 196 - color contains mainly: red. Hex color #C43575 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43575 is #3BCA8A. Grayscale: #666666. Windows color (decimal): -3918475 or 7681476. OLE color: 7681476.

HSL color Cylindrical-coordinate representation of color #C43575: hue angle of 333.15º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C43575 is Cyan = 0, Magento = 0.73, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 53 117 -
CMYK 0 0.73 0.40 0.23
HSL 333.15º 0.57% 0.49% -
HSV(B) 333.15º 0.73% 0.77% -
XYZ 27.25 15.57 18.4 -
YUV 103.05 135.88 194.3 -
System Red Green Blue C M Y K H S L
Decimal 196 53 117 0 0.73 0.40 0.23 333.15 0.57 0.49
Hex C4 35 75 0 49 28 17 14D 39 31
Octal 304 65 165 0 111 50 27 515 71 61
Binary 11000100 110101 1110101 0 1001001 101000 10111 101001101 111001 110001

Color Harmonies of #C43575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43575

Black with #C43575

Text Example


Text Example

White with #C43575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43575; }

 p { color: rgb(196,53,117); }

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

background-color css

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

 a { background-color: rgb(196,53,117); }

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

border-color css

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

 span { border-color: rgb(196,53,117); }

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