Html Css Color HEX #C43392 Medium Red Violet

📋 copy color: '#C43392'

red 196 ◦ green 51 ◦ blue 146

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

Shades of Medium Red Violet #C43392

Tints of Medium Red Violet #C43392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 37.15%

R = 49.87%
G = 12.98%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.26

 K value IS 0.23

RGB Variations

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

Color information

#C43392 (or 0xC43392) is known color: Medium Red Violet. HEX triplet: C4, 33 and 92. RGB value is (196,51,146). Sum of RGB (Red+Green+Blue) = 196+51+146=393 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.87% from 393); Green value is 51 (20.31% from 255 or 12.98% from 393); Blue value is 146 (57.42% from 255 or 37.15% from 393); Max value from RGB is 196 - color contains mainly: red. Hex color #C43392 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43392 is #3BCC6D. Grayscale: #686868. Windows color (decimal): -3918958 or 9581508. OLE color: 9581508.

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

Color convert

RGB 196 51 146 -
CMYK 0 0.74 0.26 0.23
HSL 320.69º 0.59% 0.48% -
HSV(B) 320.69º 0.74% 0.77% -
XYZ 29.14 16.18 28.78 -
YUV 105.19 151.04 192.78 -
System Red Green Blue C M Y K H S L
Decimal 196 51 146 0 0.74 0.26 0.23 320.69 0.59 0.48
Hex C4 33 92 0 4A 1A 17 141 3B 30
Octal 304 63 222 0 112 32 27 501 73 60
Binary 11000100 110011 10010010 0 1001010 11010 10111 101000001 111011 110000

Color Harmonies of #C43392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43392

Black with #C43392

Text Example


Text Example

White with #C43392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43392; }

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

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

background-color css

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

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

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

border-color css

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

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

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