Html Css Color HEX #C43374 Medium Red Violet

📋 copy color: '#C43374'

red 196 ◦ green 51 ◦ blue 116

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

Shades of Medium Red Violet #C43374

Tints of Medium Red Violet #C43374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 31.96%

R = 53.99%
G = 14.05%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C43374 (or 0xC43374) is known color: Medium Red Violet. HEX triplet: C4, 33 and 74. RGB value is (196,51,116). Sum of RGB (Red+Green+Blue) = 196+51+116=363 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.99% from 363); Green value is 51 (20.31% from 255 or 14.05% from 363); Blue value is 116 (45.70% from 255 or 31.96% from 363); Max value from RGB is 196 - color contains mainly: red. Hex color #C43374 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43374 is #3BCC8B. Grayscale: #656565. Windows color (decimal): -3918988 or 7615428. OLE color: 7615428.

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

Color convert

RGB 196 51 116 -
CMYK 0 0.74 0.41 0.23
HSL 333.1º 0.59% 0.48% -
HSV(B) 333.1º 0.74% 0.77% -
XYZ 27.1 15.36 18.06 -
YUV 101.77 136.04 195.21 -
System Red Green Blue C M Y K H S L
Decimal 196 51 116 0 0.74 0.41 0.23 333.1 0.59 0.48
Hex C4 33 74 0 4A 29 17 14D 3B 30
Octal 304 63 164 0 112 51 27 515 73 60
Binary 11000100 110011 1110100 0 1001010 101001 10111 101001101 111011 110000

Color Harmonies of #C43374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43374

Black with #C43374

Text Example


Text Example

White with #C43374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43374; }

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

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

background-color css

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

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

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

border-color css

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

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

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