Html Css Color HEX #C43296 Medium Red Violet

📋 copy color: '#C43296'

red 196 ◦ green 50 ◦ blue 150

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

Shades of Medium Red Violet #C43296

Tints of Medium Red Violet #C43296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 37.88%

R = 49.49%
G = 12.63%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.23

 K value IS 0.23

RGB Variations

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

Color information

#C43296 (or 0xC43296) is known color: Medium Red Violet. HEX triplet: C4, 32 and 96. RGB value is (196,50,150). Sum of RGB (Red+Green+Blue) = 196+50+150=396 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.49% from 396); Green value is 50 (19.92% from 255 or 12.63% from 396); Blue value is 150 (58.98% from 255 or 37.88% from 396); Max value from RGB is 196 - color contains mainly: red. Hex color #C43296 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43296 is #3BCD69. Grayscale: #686868. Windows color (decimal): -3919210 or 9843396. OLE color: 9843396.

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

Color convert

RGB 196 50 150 -
CMYK 0 0.74 0.23 0.23
HSL 318.9º 0.59% 0.48% -
HSV(B) 318.9º 0.74% 0.77% -
XYZ 29.41 16.22 30.43 -
YUV 105.05 153.37 192.87 -
System Red Green Blue C M Y K H S L
Decimal 196 50 150 0 0.74 0.23 0.23 318.9 0.59 0.48
Hex C4 32 96 0 4A 17 17 13F 3B 30
Octal 304 62 226 0 112 27 27 477 73 60
Binary 11000100 110010 10010110 0 1001010 10111 10111 100111111 111011 110000

Color Harmonies of #C43296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43296

Black with #C43296

Text Example


Text Example

White with #C43296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43296; }

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

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

background-color css

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

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

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

border-color css

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

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

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