Html Css Color HEX #C23596 Medium Red Violet

📋 copy color: '#C23596'

red 194 ◦ green 53 ◦ blue 150

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

Shades of Medium Red Violet #C23596

Tints of Medium Red Violet #C23596

RGB

 RED value IS 194 (76.17% from 255) = 48.87%

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

 BLUE value IS 150 (58.98% from 255) = 37.78%

R = 48.87%
G = 13.35%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C23596 (or 0xC23596) is known color: Medium Red Violet. HEX triplet: C2, 35 and 96. RGB value is (194,53,150). Sum of RGB (Red+Green+Blue) = 194+53+150=397 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.87% from 397); Green value is 53 (21.09% from 255 or 13.35% from 397); Blue value is 150 (58.98% from 255 or 37.78% from 397); Max value from RGB is 194 - color contains mainly: red. Hex color #C23596 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23596 is #3DCA69. Grayscale: #696969. Windows color (decimal): -4049514 or 9844162. OLE color: 9844162.

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

Color convert

RGB 194 53 150 -
CMYK 0 0.73 0.23 0.24
HSL 318.72º 0.57% 0.48% -
HSV(B) 318.72º 0.73% 0.76% -
XYZ 29.03 16.22 30.45 -
YUV 106.22 152.71 190.61 -
System Red Green Blue C M Y K H S L
Decimal 194 53 150 0 0.73 0.23 0.24 318.72 0.57 0.48
Hex C2 35 96 0 49 17 18 13F 39 30
Octal 302 65 226 0 111 27 30 477 71 60
Binary 11000010 110101 10010110 0 1001001 10111 11000 100111111 111001 110000

Color Harmonies of #C23596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23596

Black with #C23596

Text Example


Text Example

White with #C23596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23596; }

 p { color: rgb(194,53,150); }

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

background-color css

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

 a { background-color: rgb(194,53,150); }

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

border-color css

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

 span { border-color: rgb(194,53,150); }

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