Html Css Color HEX #C23496 Medium Red Violet

📋 copy color: '#C23496'

red 194 ◦ green 52 ◦ blue 150

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

Shades of Medium Red Violet #C23496

Tints of Medium Red Violet #C23496

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.13%

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

R = 48.99%
G = 13.13%
B = 37.88%

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

#C23496 (or 0xC23496) is known color: Medium Red Violet. HEX triplet: C2, 34 and 96. RGB value is (194,52,150). Sum of RGB (Red+Green+Blue) = 194+52+150=396 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.99% from 396); Green value is 52 (20.70% from 255 or 13.13% from 396); Blue value is 150 (58.98% from 255 or 37.88% from 396); Max value from RGB is 194 - color contains mainly: red. Hex color #C23496 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23496 is #3DCB69. Grayscale: #696969. Windows color (decimal): -4049770 or 9843906. OLE color: 9843906.

HSL color Cylindrical-coordinate representation of color #C23496: hue angle of 318.59º degrees, saturation: 0.58, 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 #C23496 is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 52 150 -
CMYK 0 0.73 0.23 0.24
HSL 318.59º 0.58% 0.48% -
HSV(B) 318.59º 0.73% 0.76% -
XYZ 28.98 16.13 30.44 -
YUV 105.63 153.04 191.03 -
System Red Green Blue C M Y K H S L
Decimal 194 52 150 0 0.73 0.23 0.24 318.59 0.58 0.48
Hex C2 34 96 0 49 17 18 13F 3A 30
Octal 302 64 226 0 111 27 30 477 72 60
Binary 11000010 110100 10010110 0 1001001 10111 11000 100111111 111010 110000

Color Harmonies of #C23496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23496

Black with #C23496

Text Example


Text Example

White with #C23496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23496; }

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

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

background-color css

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

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

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

border-color css

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

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

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