Html Css Color HEX #C43992 Medium Red Violet

📋 copy color: '#C43992'

red 196 ◦ green 57 ◦ blue 146

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

Shades of Medium Red Violet #C43992

Tints of Medium Red Violet #C43992

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.29%

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

R = 49.12%
G = 14.29%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.26

 K value IS 0.23

RGB Variations

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

Color information

#C43992 (or 0xC43992) is known color: Medium Red Violet. HEX triplet: C4, 39 and 92. RGB value is (196,57,146). Sum of RGB (Red+Green+Blue) = 196+57+146=399 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.12% from 399); Green value is 57 (22.66% from 255 or 14.29% from 399); Blue value is 146 (57.42% from 255 or 36.59% from 399); Max value from RGB is 196 - color contains mainly: red. Hex color #C43992 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43992 is #3BC66D. Grayscale: #6C6C6C. Windows color (decimal): -3917422 or 9583044. OLE color: 9583044.

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

Color convert

RGB 196 57 146 -
CMYK 0 0.71 0.26 0.23
HSL 321.58º 0.55% 0.5% -
HSV(B) 321.58º 0.71% 0.77% -
XYZ 29.42 16.74 28.87 -
YUV 108.71 149.05 190.26 -
System Red Green Blue C M Y K H S L
Decimal 196 57 146 0 0.71 0.26 0.23 321.58 0.55 0.5
Hex C4 39 92 0 47 1A 17 142 37 32
Octal 304 71 222 0 107 32 27 502 67 62
Binary 11000100 111001 10010010 0 1000111 11010 10111 101000010 110111 110010

Color Harmonies of #C43992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43992

Black with #C43992

Text Example


Text Example

White with #C43992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43992; }

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

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

background-color css

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

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

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

border-color css

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

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

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