Html Css Color HEX #C23580 Medium Red Violet

📋 copy color: '#C23580'

red 194 ◦ green 53 ◦ blue 128

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

Shades of Medium Red Violet #C23580

Tints of Medium Red Violet #C23580

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.13%

 BLUE value IS 128 (50.39% from 255) = 34.13%

R = 51.73%
G = 14.13%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C23580 (or 0xC23580) is known color: Medium Red Violet. HEX triplet: C2, 35 and 80. RGB value is (194,53,128). Sum of RGB (Red+Green+Blue) = 194+53+128=375 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.73% from 375); Green value is 53 (21.09% from 255 or 14.13% from 375); Blue value is 128 (50.39% from 255 or 34.13% from 375); Max value from RGB is 194 - color contains mainly: red. Hex color #C23580 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23580 is #3DCA7F. Grayscale: #676767. Windows color (decimal): -4049536 or 8402370. OLE color: 8402370.

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

Color convert

RGB 194 53 128 -
CMYK 0 0.73 0.34 0.24
HSL 328.09º 0.57% 0.48% -
HSV(B) 328.09º 0.73% 0.76% -
XYZ 27.42 15.57 21.98 -
YUV 103.71 141.71 192.4 -
System Red Green Blue C M Y K H S L
Decimal 194 53 128 0 0.73 0.34 0.24 328.09 0.57 0.48
Hex C2 35 80 0 49 22 18 148 39 30
Octal 302 65 200 0 111 42 30 510 71 60
Binary 11000010 110101 10000000 0 1001001 100010 11000 101001000 111001 110000

Color Harmonies of #C23580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23580

Black with #C23580

Text Example


Text Example

White with #C23580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23580; }

 p { color: rgb(194,53,128); }

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

background-color css

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

 a { background-color: rgb(194,53,128); }

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

border-color css

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

 span { border-color: rgb(194,53,128); }

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