Html Css Color HEX #C43370 Medium Red Violet

📋 copy color: '#C43370'

red 196 ◦ green 51 ◦ blue 112

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

Shades of Medium Red Violet #C43370

Tints of Medium Red Violet #C43370

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.21%

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

R = 54.6%
G = 14.21%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C43370 (or 0xC43370) is known color: Medium Red Violet. HEX triplet: C4, 33 and 70. RGB value is (196,51,112). Sum of RGB (Red+Green+Blue) = 196+51+112=359 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.60% from 359); Green value is 51 (20.31% from 255 or 14.21% from 359); Blue value is 112 (44.14% from 255 or 31.20% from 359); Max value from RGB is 196 - color contains mainly: red. Hex color #C43370 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43370 is #3BCC8F. Grayscale: #656565. Windows color (decimal): -3918992 or 7353284. OLE color: 7353284.

HSL color Cylindrical-coordinate representation of color #C43370: hue angle of 334.76º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C43370 is Cyan = 0, Magento = 0.74, Yellow = 0.43 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 51 112 -
CMYK 0 0.74 0.43 0.23
HSL 334.76º 0.59% 0.48% -
HSV(B) 334.76º 0.74% 0.77% -
XYZ 26.87 15.27 16.86 -
YUV 101.31 134.04 195.54 -
System Red Green Blue C M Y K H S L
Decimal 196 51 112 0 0.74 0.43 0.23 334.76 0.59 0.48
Hex C4 33 70 0 4A 2B 17 14F 3B 30
Octal 304 63 160 0 112 53 27 517 73 60
Binary 11000100 110011 1110000 0 1001010 101011 10111 101001111 111011 110000

Color Harmonies of #C43370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43370

Black with #C43370

Text Example


Text Example

White with #C43370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43370; }

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

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

background-color css

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

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

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

border-color css

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

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

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