Html Css Color HEX #C23585 Medium Red Violet

📋 copy color: '#C23585'

red 194 ◦ green 53 ◦ blue 133

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

Shades of Medium Red Violet #C23585

Tints of Medium Red Violet #C23585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 35%

R = 51.05%
G = 13.95%
B = 35%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C23585 (or 0xC23585) is known color: Medium Red Violet. HEX triplet: C2, 35 and 85. RGB value is (194,53,133). Sum of RGB (Red+Green+Blue) = 194+53+133=380 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.05% from 380); Green value is 53 (21.09% from 255 or 13.95% from 380); Blue value is 133 (52.34% from 255 or 35% from 380); Max value from RGB is 194 - color contains mainly: red. Hex color #C23585 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23585 is #3DCA7A. Grayscale: #686868. Windows color (decimal): -4049531 or 8730050. OLE color: 8730050.

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

Color convert

RGB 194 53 133 -
CMYK 0 0.73 0.31 0.24
HSL 325.96º 0.57% 0.48% -
HSV(B) 325.96º 0.73% 0.76% -
XYZ 27.75 15.71 23.76 -
YUV 104.28 144.21 192 -
System Red Green Blue C M Y K H S L
Decimal 194 53 133 0 0.73 0.31 0.24 325.96 0.57 0.48
Hex C2 35 85 0 49 1F 18 146 39 30
Octal 302 65 205 0 111 37 30 506 71 60
Binary 11000010 110101 10000101 0 1001001 11111 11000 101000110 111001 110000

Color Harmonies of #C23585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23585

Black with #C23585

Text Example


Text Example

White with #C23585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23585; }

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

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

background-color css

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

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

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

border-color css

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

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

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