Html Css Color HEX #C43095 Medium Red Violet

📋 copy color: '#C43095'

red 196 ◦ green 48 ◦ blue 149

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

Shades of Medium Red Violet #C43095

Tints of Medium Red Violet #C43095

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.21%

 BLUE value IS 149 (58.59% from 255) = 37.91%

R = 49.87%
G = 12.21%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.24

 K value IS 0.23

RGB Variations

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

Color information

#C43095 (or 0xC43095) is known color: Medium Red Violet. HEX triplet: C4, 30 and 95. RGB value is (196,48,149). Sum of RGB (Red+Green+Blue) = 196+48+149=393 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.87% from 393); Green value is 48 (19.14% from 255 or 12.21% from 393); Blue value is 149 (58.59% from 255 or 37.91% from 393); Max value from RGB is 196 - color contains mainly: red. Hex color #C43095 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43095 is #3BCF6A. Grayscale: #676767. Windows color (decimal): -3919723 or 9777348. OLE color: 9777348.

HSL color Cylindrical-coordinate representation of color #C43095: hue angle of 319.05º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C43095 is Cyan = 0, Magento = 0.76, Yellow = 0.24 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 48 149 -
CMYK 0 0.76 0.24 0.23
HSL 319.05º 0.61% 0.48% -
HSV(B) 319.05º 0.76% 0.77% -
XYZ 29.25 16.02 29.98 -
YUV 103.77 153.53 193.79 -
System Red Green Blue C M Y K H S L
Decimal 196 48 149 0 0.76 0.24 0.23 319.05 0.61 0.48
Hex C4 30 95 0 4C 18 17 13F 3D 30
Octal 304 60 225 0 114 30 27 477 75 60
Binary 11000100 110000 10010101 0 1001100 11000 10111 100111111 111101 110000

Color Harmonies of #C43095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43095

Black with #C43095

Text Example


Text Example

White with #C43095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43095; }

 p { color: rgb(196,48,149); }

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

background-color css

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

 a { background-color: rgb(196,48,149); }

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

border-color css

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

 span { border-color: rgb(196,48,149); }

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