Html Css Color HEX #C23B78 Medium Red Violet

📋 copy color: '#C23B78'

red 194 ◦ green 59 ◦ blue 120

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

Shades of Medium Red Violet #C23B78

Tints of Medium Red Violet #C23B78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 32.17%

R = 52.01%
G = 15.82%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C23B78 (or 0xC23B78) is known color: Medium Red Violet. HEX triplet: C2, 3B and 78. RGB value is (194,59,120). Sum of RGB (Red+Green+Blue) = 194+59+120=373 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.01% from 373); Green value is 59 (23.44% from 255 or 15.82% from 373); Blue value is 120 (47.27% from 255 or 32.17% from 373); Max value from RGB is 194 - color contains mainly: red. Hex color #C23B78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23B78 is #3DC487. Grayscale: #6A6A6A. Windows color (decimal): -4048008 or 7879618. OLE color: 7879618.

HSL color Cylindrical-coordinate representation of color #C23B78: hue angle of 332.89º 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 #C23B78 is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 59 120 -
CMYK 0 0.70 0.38 0.24
HSL 332.89º 0.53% 0.5% -
HSV(B) 332.89º 0.7% 0.76% -
XYZ 27.2 15.95 19.41 -
YUV 106.32 135.73 190.54 -
System Red Green Blue C M Y K H S L
Decimal 194 59 120 0 0.70 0.38 0.24 332.89 0.53 0.5
Hex C2 3B 78 0 46 26 18 14D 35 32
Octal 302 73 170 0 106 46 30 515 65 62
Binary 11000010 111011 1111000 0 1000110 100110 11000 101001101 110101 110010

Color Harmonies of #C23B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23B78

Black with #C23B78

Text Example


Text Example

White with #C23B78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23B78; }

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

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

background-color css

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

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

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

border-color css

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

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

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