Html Css Color HEX #C23996 Medium Red Violet

📋 copy color: '#C23996'

red 194 ◦ green 57 ◦ blue 150

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

Shades of Medium Red Violet #C23996

Tints of Medium Red Violet #C23996

RGB

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

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

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

R = 48.38%
G = 14.21%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C23996 (or 0xC23996) is known color: Medium Red Violet. HEX triplet: C2, 39 and 96. RGB value is (194,57,150). Sum of RGB (Red+Green+Blue) = 194+57+150=401 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.38% from 401); Green value is 57 (22.66% from 255 or 14.21% from 401); Blue value is 150 (58.98% from 255 or 37.41% from 401); Max value from RGB is 194 - color contains mainly: red. Hex color #C23996 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23996 is #3DC669. Grayscale: #6C6C6C. Windows color (decimal): -4048490 or 9845186. OLE color: 9845186.

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

Color convert

RGB 194 57 150 -
CMYK 0 0.71 0.23 0.24
HSL 319.27º 0.55% 0.49% -
HSV(B) 319.27º 0.71% 0.76% -
XYZ 29.22 16.6 30.52 -
YUV 108.57 151.39 188.94 -
System Red Green Blue C M Y K H S L
Decimal 194 57 150 0 0.71 0.23 0.24 319.27 0.55 0.49
Hex C2 39 96 0 47 17 18 13F 37 31
Octal 302 71 226 0 107 27 30 477 67 61
Binary 11000010 111001 10010110 0 1000111 10111 11000 100111111 110111 110001

Color Harmonies of #C23996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23996

Black with #C23996

Text Example


Text Example

White with #C23996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23996; }

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

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

background-color css

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

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

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

border-color css

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

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

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