Html Css Color HEX #C43274 Medium Red Violet

📋 copy color: '#C43274'

red 196 ◦ green 50 ◦ blue 116

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

Shades of Medium Red Violet #C43274

Tints of Medium Red Violet #C43274

RGB

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

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

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

R = 54.14%
G = 13.81%
B = 32.04%

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

#C43274 (or 0xC43274) is known color: Medium Red Violet. HEX triplet: C4, 32 and 74. RGB value is (196,50,116). Sum of RGB (Red+Green+Blue) = 196+50+116=362 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.14% from 362); Green value is 50 (19.92% from 255 or 13.81% from 362); Blue value is 116 (45.70% from 255 or 32.04% from 362); Max value from RGB is 196 - color contains mainly: red. Hex color #C43274 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43274 is #3BCD8B. Grayscale: #656565. Windows color (decimal): -3919244 or 7615172. OLE color: 7615172.

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

Color convert

RGB 196 50 116 -
CMYK 0 0.74 0.41 0.23
HSL 332.88º 0.59% 0.48% -
HSV(B) 332.88º 0.74% 0.77% -
XYZ 27.06 15.28 18.05 -
YUV 101.18 136.37 195.63 -
System Red Green Blue C M Y K H S L
Decimal 196 50 116 0 0.74 0.41 0.23 332.88 0.59 0.48
Hex C4 32 74 0 4A 29 17 14D 3B 30
Octal 304 62 164 0 112 51 27 515 73 60
Binary 11000100 110010 1110100 0 1001010 101001 10111 101001101 111011 110000

Color Harmonies of #C43274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43274

Black with #C43274

Text Example


Text Example

White with #C43274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43274; }

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

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

background-color css

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

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

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

border-color css

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

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

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