Html Css Color HEX #C20D58 Ruby

📋 copy color: '#C20D58'

red 194 ◦ green 13 ◦ blue 88

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

Shades of Ruby #C20D58

Tints of Ruby #C20D58

RGB

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

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

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

R = 65.76%
G = 4.41%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C20D58 (or 0xC20D58) is known color: Ruby. HEX triplet: C2, 0D and 58. RGB value is (194,13,88). Sum of RGB (Red+Green+Blue) = 194+13+88=295 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.76% from 295); Green value is 13 (5.47% from 255 or 4.41% from 295); Blue value is 88 (34.77% from 255 or 29.83% from 295); Max value from RGB is 194 - color contains mainly: red. Hex color #C20D58 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20D58 is #3DF2A7. Grayscale: #4B4B4B. Windows color (decimal): -4059816 or 5770690. OLE color: 5770690.

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

Color convert

RGB 194 13 88 -
CMYK 0 0.93 0.55 0.24
HSL 335.14º 0.87% 0.41% -
HSV(B) 335.14º 0.93% 0.76% -
XYZ 24.15 12.46 10.36 -
YUV 75.67 134.97 212.4 -
System Red Green Blue C M Y K H S L
Decimal 194 13 88 0 0.93 0.55 0.24 335.14 0.87 0.41
Hex C2 D 58 0 5D 37 18 14F 57 29
Octal 302 15 130 0 135 67 30 517 127 51
Binary 11000010 1101 1011000 0 1011101 110111 11000 101001111 1010111 101001

Color Harmonies of #C20D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20D58

Black with #C20D58

Text Example


Text Example

White with #C20D58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20D58; }

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

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

background-color css

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

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

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

border-color css

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

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

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