Html Css Color HEX #C23473 Medium Red Violet

📋 copy color: '#C23473'

red 194 ◦ green 52 ◦ blue 115

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

Shades of Medium Red Violet #C23473

Tints of Medium Red Violet #C23473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 31.86%

R = 53.74%
G = 14.4%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C23473 (or 0xC23473) is known color: Medium Red Violet. HEX triplet: C2, 34 and 73. RGB value is (194,52,115). Sum of RGB (Red+Green+Blue) = 194+52+115=361 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.74% from 361); Green value is 52 (20.70% from 255 or 14.40% from 361); Blue value is 115 (45.31% from 255 or 31.86% from 361); Max value from RGB is 194 - color contains mainly: red. Hex color #C23473 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23473 is #3DCB8C. Grayscale: #656565. Windows color (decimal): -4049805 or 7550146. OLE color: 7550146.

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

Color convert

RGB 194 52 115 -
CMYK 0 0.73 0.41 0.24
HSL 333.38º 0.58% 0.48% -
HSV(B) 333.38º 0.73% 0.76% -
XYZ 26.57 15.16 17.75 -
YUV 101.64 135.54 193.88 -
System Red Green Blue C M Y K H S L
Decimal 194 52 115 0 0.73 0.41 0.24 333.38 0.58 0.48
Hex C2 34 73 0 49 29 18 14D 3A 30
Octal 302 64 163 0 111 51 30 515 72 60
Binary 11000010 110100 1110011 0 1001001 101001 11000 101001101 111010 110000

Color Harmonies of #C23473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23473

Black with #C23473

Text Example


Text Example

White with #C23473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23473; }

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

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

background-color css

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

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

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

border-color css

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

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

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