Html Css Color HEX #C43A92 Medium Red Violet

📋 copy color: '#C43A92'

red 196 ◦ green 58 ◦ blue 146

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

Shades of Medium Red Violet #C43A92

Tints of Medium Red Violet #C43A92

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.5%

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

R = 49%
G = 14.5%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.26

 K value IS 0.23

RGB Variations

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

Color information

#C43A92 (or 0xC43A92) is known color: Medium Red Violet. HEX triplet: C4, 3A and 92. RGB value is (196,58,146). Sum of RGB (Red+Green+Blue) = 196+58+146=400 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49% from 400); Green value is 58 (23.05% from 255 or 14.5% from 400); Blue value is 146 (57.42% from 255 or 36.5% from 400); Max value from RGB is 196 - color contains mainly: red. Hex color #C43A92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43A92 is #3BC56D. Grayscale: #6D6D6D. Windows color (decimal): -3917166 or 9583300. OLE color: 9583300.

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

Color convert

RGB 196 58 146 -
CMYK 0 0.70 0.26 0.23
HSL 321.74º 0.54% 0.5% -
HSV(B) 321.74º 0.7% 0.77% -
XYZ 29.47 16.84 28.89 -
YUV 109.29 148.72 189.84 -
System Red Green Blue C M Y K H S L
Decimal 196 58 146 0 0.70 0.26 0.23 321.74 0.54 0.5
Hex C4 3A 92 0 46 1A 17 142 36 32
Octal 304 72 222 0 106 32 27 502 66 62
Binary 11000100 111010 10010010 0 1000110 11010 10111 101000010 110110 110010

Color Harmonies of #C43A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43A92

Black with #C43A92

Text Example


Text Example

White with #C43A92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43A92; }

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

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

background-color css

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

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

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

border-color css

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

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

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