Html Css Color HEX #C43170 Medium Red Violet

📋 copy color: '#C43170'

red 196 ◦ green 49 ◦ blue 112

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

Shades of Medium Red Violet #C43170

Tints of Medium Red Violet #C43170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 31.37%

R = 54.9%
G = 13.73%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C43170 (or 0xC43170) is known color: Medium Red Violet. HEX triplet: C4, 31 and 70. RGB value is (196,49,112). Sum of RGB (Red+Green+Blue) = 196+49+112=357 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.90% from 357); Green value is 49 (19.53% from 255 or 13.73% from 357); Blue value is 112 (44.14% from 255 or 31.37% from 357); Max value from RGB is 196 - color contains mainly: red. Hex color #C43170 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43170 is #3BCE8F. Grayscale: #646464. Windows color (decimal): -3919504 or 7352772. OLE color: 7352772.

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

Color convert

RGB 196 49 112 -
CMYK 0 0.75 0.43 0.23
HSL 334.29º 0.6% 0.48% -
HSV(B) 334.29º 0.75% 0.77% -
XYZ 26.79 15.1 16.83 -
YUV 100.14 134.7 196.38 -
System Red Green Blue C M Y K H S L
Decimal 196 49 112 0 0.75 0.43 0.23 334.29 0.6 0.48
Hex C4 31 70 0 4B 2B 17 14E 3C 30
Octal 304 61 160 0 113 53 27 516 74 60
Binary 11000100 110001 1110000 0 1001011 101011 10111 101001110 111100 110000

Color Harmonies of #C43170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43170

Black with #C43170

Text Example


Text Example

White with #C43170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43170; }

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

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

background-color css

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

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

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

border-color css

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

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

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