Html Css Color HEX #C51162 Ruby

📋 copy color: '#C51162'

red 197 ◦ green 17 ◦ blue 98

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

Shades of Ruby #C51162

Tints of Ruby #C51162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 31.41%

R = 63.14%
G = 5.45%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.50

 K value IS 0.23

RGB Variations

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

Color information

#C51162 (or 0xC51162) is known color: Ruby. HEX triplet: C5, 11 and 62. RGB value is (197,17,98). Sum of RGB (Red+Green+Blue) = 197+17+98=312 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.14% from 312); Green value is 17 (7.03% from 255 or 5.45% from 312); Blue value is 98 (38.67% from 255 or 31.41% from 312); Max value from RGB is 197 - color contains mainly: red. Hex color #C51162 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51162 is #3AEE9D. Grayscale: #4F4F4F. Windows color (decimal): -3862174 or 6427077. OLE color: 6427077.

HSL color Cylindrical-coordinate representation of color #C51162: hue angle of 333º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C51162 is Cyan = 0, Magento = 0.91, Yellow = 0.50 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 17 98 -
CMYK 0 0.91 0.50 0.23
HSL 333º 0.84% 0.42% -
HSV(B) 333º 0.91% 0.77% -
XYZ 25.43 13.15 12.75 -
YUV 80.05 138.13 211.41 -
System Red Green Blue C M Y K H S L
Decimal 197 17 98 0 0.91 0.50 0.23 333 0.84 0.42
Hex C5 11 62 0 5B 32 17 14D 54 2A
Octal 305 21 142 0 133 62 27 515 124 52
Binary 11000101 10001 1100010 0 1011011 110010 10111 101001101 1010100 101010

Color Harmonies of #C51162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51162

Black with #C51162

Text Example


Text Example

White with #C51162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51162; }

 p { color: rgb(197,17,98); }

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

background-color css

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

 a { background-color: rgb(197,17,98); }

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

border-color css

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

 span { border-color: rgb(197,17,98); }

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