Html Css Color HEX #C20C51 Ruby

📋 copy color: '#C20C51'

red 194 ◦ green 12 ◦ blue 81

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

Shades of Ruby #C20C51

Tints of Ruby #C20C51

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.18%

 BLUE value IS 81 (32.03% from 255) = 28.22%

R = 67.6%
G = 4.18%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C20C51 (or 0xC20C51) is known color: Ruby. HEX triplet: C2, 0C and 51. RGB value is (194,12,81). Sum of RGB (Red+Green+Blue) = 194+12+81=287 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.60% from 287); Green value is 12 (5.08% from 255 or 4.18% from 287); Blue value is 81 (32.03% from 255 or 28.22% from 287); Max value from RGB is 194 - color contains mainly: red. Hex color #C20C51 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20C51 is #3DF3AE. Grayscale: #4A4A4A. Windows color (decimal): -4060079 or 5311682. OLE color: 5311682.

HSL color Cylindrical-coordinate representation of color #C20C51: hue angle of 337.25º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C20C51 is Cyan = 0, Magento = 0.94, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 12 81 -
CMYK 0 0.94 0.58 0.24
HSL 337.25º 0.88% 0.4% -
HSV(B) 337.25º 0.94% 0.76% -
XYZ 23.86 12.33 8.91 -
YUV 74.28 131.8 213.39 -
System Red Green Blue C M Y K H S L
Decimal 194 12 81 0 0.94 0.58 0.24 337.25 0.88 0.4
Hex C2 C 51 0 5E 3A 18 151 58 28
Octal 302 14 121 0 136 72 30 521 130 50
Binary 11000010 1100 1010001 0 1011110 111010 11000 101010001 1011000 101000

Color Harmonies of #C20C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20C51

Black with #C20C51

Text Example


Text Example

White with #C20C51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20C51; }

 p { color: rgb(194,12,81); }

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

background-color css

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

 a { background-color: rgb(194,12,81); }

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

border-color css

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

 span { border-color: rgb(194,12,81); }

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