Html Css Color HEX #C23B96 Medium Red Violet

📋 copy color: '#C23B96'

red 194 ◦ green 59 ◦ blue 150

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

Shades of Medium Red Violet #C23B96

Tints of Medium Red Violet #C23B96

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.64%

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

R = 48.14%
G = 14.64%
B = 37.22%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C23B96 (or 0xC23B96) is known color: Medium Red Violet. HEX triplet: C2, 3B and 96. RGB value is (194,59,150). Sum of RGB (Red+Green+Blue) = 194+59+150=403 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.14% from 403); Green value is 59 (23.44% from 255 or 14.64% from 403); Blue value is 150 (58.98% from 255 or 37.22% from 403); Max value from RGB is 194 - color contains mainly: red. Hex color #C23B96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23B96 is #3DC469. Grayscale: #6D6D6D. Windows color (decimal): -4047978 or 9845698. OLE color: 9845698.

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

Color convert

RGB 194 59 150 -
CMYK 0 0.70 0.23 0.24
HSL 319.56º 0.53% 0.5% -
HSV(B) 319.56º 0.7% 0.76% -
XYZ 29.32 16.8 30.55 -
YUV 109.74 150.73 188.1 -
System Red Green Blue C M Y K H S L
Decimal 194 59 150 0 0.70 0.23 0.24 319.56 0.53 0.5
Hex C2 3B 96 0 46 17 18 140 35 32
Octal 302 73 226 0 106 27 30 500 65 62
Binary 11000010 111011 10010110 0 1000110 10111 11000 101000000 110101 110010

Color Harmonies of #C23B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23B96

Black with #C23B96

Text Example


Text Example

White with #C23B96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23B96; }

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

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

background-color css

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

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

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

border-color css

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

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

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