Html Css Color HEX #C21160 Ruby

📋 copy color: '#C21160'

red 194 ◦ green 17 ◦ blue 96

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

Shades of Ruby #C21160

Tints of Ruby #C21160

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.54%

 BLUE value IS 96 (37.89% from 255) = 31.27%

R = 63.19%
G = 5.54%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C21160 (or 0xC21160) is known color: Ruby. HEX triplet: C2, 11 and 60. RGB value is (194,17,96). Sum of RGB (Red+Green+Blue) = 194+17+96=307 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.19% from 307); Green value is 17 (7.03% from 255 or 5.54% from 307); Blue value is 96 (37.89% from 255 or 31.27% from 307); Max value from RGB is 194 - color contains mainly: red. Hex color #C21160 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21160 is #3DEE9F. Grayscale: #4E4E4E. Windows color (decimal): -4058784 or 6296002. OLE color: 6296002.

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

Color convert

RGB 194 17 96 -
CMYK 0 0.91 0.51 0.24
HSL 333.22º 0.84% 0.41% -
HSV(B) 333.22º 0.91% 0.76% -
XYZ 24.56 12.71 12.23 -
YUV 78.93 137.64 210.08 -
System Red Green Blue C M Y K H S L
Decimal 194 17 96 0 0.91 0.51 0.24 333.22 0.84 0.41
Hex C2 11 60 0 5B 33 18 14D 54 29
Octal 302 21 140 0 133 63 30 515 124 51
Binary 11000010 10001 1100000 0 1011011 110011 11000 101001101 1010100 101001

Color Harmonies of #C21160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21160

Black with #C21160

Text Example


Text Example

White with #C21160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21160; }

 p { color: rgb(194,17,96); }

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

background-color css

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

 a { background-color: rgb(194,17,96); }

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

border-color css

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

 span { border-color: rgb(194,17,96); }

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