Html Css Color HEX #C43592 Medium Red Violet

📋 copy color: '#C43592'

red 196 ◦ green 53 ◦ blue 146

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

Shades of Medium Red Violet #C43592

Tints of Medium Red Violet #C43592

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.42%

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

R = 49.62%
G = 13.42%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.26

 K value IS 0.23

RGB Variations

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

Color information

#C43592 (or 0xC43592) is known color: Medium Red Violet. HEX triplet: C4, 35 and 92. RGB value is (196,53,146). Sum of RGB (Red+Green+Blue) = 196+53+146=395 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.62% from 395); Green value is 53 (21.09% from 255 or 13.42% from 395); Blue value is 146 (57.42% from 255 or 36.96% from 395); Max value from RGB is 196 - color contains mainly: red. Hex color #C43592 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43592 is #3BCA6D. Grayscale: #6A6A6A. Windows color (decimal): -3918446 or 9582020. OLE color: 9582020.

HSL color Cylindrical-coordinate representation of color #C43592: hue angle of 320.98º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C43592 is Cyan = 0, Magento = 0.73, Yellow = 0.26 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 53 146 -
CMYK 0 0.73 0.26 0.23
HSL 320.98º 0.57% 0.49% -
HSV(B) 320.98º 0.73% 0.77% -
XYZ 29.23 16.36 28.81 -
YUV 106.36 150.38 191.94 -
System Red Green Blue C M Y K H S L
Decimal 196 53 146 0 0.73 0.26 0.23 320.98 0.57 0.49
Hex C4 35 92 0 49 1A 17 141 39 31
Octal 304 65 222 0 111 32 27 501 71 61
Binary 11000100 110101 10010010 0 1001001 11010 10111 101000001 111001 110001

Color Harmonies of #C43592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43592

Black with #C43592

Text Example


Text Example

White with #C43592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43592; }

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

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

background-color css

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

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

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

border-color css

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

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

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