Html Css Color HEX #C50D58 Ruby

📋 copy color: '#C50D58'

red 197 ◦ green 13 ◦ blue 88

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

Shades of Ruby #C50D58

Tints of Ruby #C50D58

RGB

 RED value IS 197 (77.34% from 255) = 66.11%

 GREEN value IS 13 (5.47% from 255) = 4.36%

 BLUE value IS 88 (34.77% from 255) = 29.53%

R = 66.11%
G = 4.36%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.55

 K value IS 0.23

RGB Variations

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

Color information

#C50D58 (or 0xC50D58) is known color: Ruby. HEX triplet: C5, 0D and 58. RGB value is (197,13,88). Sum of RGB (Red+Green+Blue) = 197+13+88=298 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.11% from 298); Green value is 13 (5.47% from 255 or 4.36% from 298); Blue value is 88 (34.77% from 255 or 29.53% from 298); Max value from RGB is 197 - color contains mainly: red. Hex color #C50D58 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50D58 is #3AF2A7. Grayscale: #4C4C4C. Windows color (decimal): -3863208 or 5770693. OLE color: 5770693.

HSL color Cylindrical-coordinate representation of color #C50D58: hue angle of 335.54º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C50D58 is Cyan = 0, Magento = 0.93, Yellow = 0.55 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 13 88 -
CMYK 0 0.93 0.55 0.23
HSL 335.54º 0.88% 0.41% -
HSV(B) 335.54º 0.93% 0.77% -
XYZ 24.93 12.86 10.4 -
YUV 76.57 134.46 213.9 -
System Red Green Blue C M Y K H S L
Decimal 197 13 88 0 0.93 0.55 0.23 335.54 0.88 0.41
Hex C5 D 58 0 5D 37 17 150 58 29
Octal 305 15 130 0 135 67 27 520 130 51
Binary 11000101 1101 1011000 0 1011101 110111 10111 101010000 1011000 101001

Color Harmonies of #C50D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50D58

Black with #C50D58

Text Example


Text Example

White with #C50D58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50D58; }

 p { color: rgb(197,13,88); }

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

background-color css

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

 a { background-color: rgb(197,13,88); }

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

border-color css

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

 span { border-color: rgb(197,13,88); }

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