Html Css Color HEX #C50259 Ruby

📋 copy color: '#C50259'

red 197 ◦ green 2 ◦ blue 89

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

Shades of Ruby #C50259

Tints of Ruby #C50259

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.69%

 BLUE value IS 89 (35.16% from 255) = 30.9%

R = 68.4%
G = 0.69%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.55

 K value IS 0.23

RGB Variations

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

Color information

#C50259 (or 0xC50259) is known color: Ruby. HEX triplet: C5, 02 and 59. RGB value is (197,2,89). Sum of RGB (Red+Green+Blue) = 197+2+89=288 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.40% from 288); Green value is 2 (1.17% from 255 or 0.69% from 288); Blue value is 89 (35.16% from 255 or 30.90% from 288); Max value from RGB is 197 - color contains mainly: red. Hex color #C50259 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50259 is #3AFDA6. Grayscale: #464646. Windows color (decimal): -3866023 or 5833413. OLE color: 5833413.

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

Color convert

RGB 197 2 89 -
CMYK 0 0.99 0.55 0.23
HSL 333.23º 0.98% 0.39% -
HSV(B) 333.23º 0.99% 0.77% -
XYZ 24.85 12.64 10.58 -
YUV 70.22 138.6 218.43 -
System Red Green Blue C M Y K H S L
Decimal 197 2 89 0 0.99 0.55 0.23 333.23 0.98 0.39
Hex C5 2 59 0 63 37 17 14D 62 27
Octal 305 2 131 0 143 67 27 515 142 47
Binary 11000101 10 1011001 0 1100011 110111 10111 101001101 1100010 100111

Color Harmonies of #C50259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50259

Black with #C50259

Text Example


Text Example

White with #C50259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50259; }

 p { color: rgb(197,2,89); }

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

background-color css

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

 a { background-color: rgb(197,2,89); }

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

border-color css

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

 span { border-color: rgb(197,2,89); }

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