Html Css Color HEX #C43273 Medium Red Violet

📋 copy color: '#C43273'

red 196 ◦ green 50 ◦ blue 115

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

Shades of Medium Red Violet #C43273

Tints of Medium Red Violet #C43273

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.85%

 BLUE value IS 115 (45.31% from 255) = 31.86%

R = 54.29%
G = 13.85%
B = 31.86%

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

#C43273 (or 0xC43273) is known color: Medium Red Violet. HEX triplet: C4, 32 and 73. RGB value is (196,50,115). Sum of RGB (Red+Green+Blue) = 196+50+115=361 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.29% from 361); Green value is 50 (19.92% from 255 or 13.85% from 361); Blue value is 115 (45.31% from 255 or 31.86% from 361); Max value from RGB is 196 - color contains mainly: red. Hex color #C43273 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43273 is #3BCD8C. Grayscale: #646464. Windows color (decimal): -3919245 or 7549636. OLE color: 7549636.

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

Color convert

RGB 196 50 115 -
CMYK 0 0.74 0.41 0.23
HSL 333.29º 0.59% 0.48% -
HSV(B) 333.29º 0.74% 0.77% -
XYZ 27 15.25 17.74 -
YUV 101.06 135.87 195.71 -
System Red Green Blue C M Y K H S L
Decimal 196 50 115 0 0.74 0.41 0.23 333.29 0.59 0.48
Hex C4 32 73 0 4A 29 17 14D 3B 30
Octal 304 62 163 0 112 51 27 515 73 60
Binary 11000100 110010 1110011 0 1001010 101001 10111 101001101 111011 110000

Color Harmonies of #C43273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43273

Black with #C43273

Text Example


Text Example

White with #C43273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43273; }

 p { color: rgb(196,50,115); }

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

background-color css

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

 a { background-color: rgb(196,50,115); }

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

border-color css

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

 span { border-color: rgb(196,50,115); }

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