#c11c62

Color #C11C62 Ruby (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ruby #C11C62

Tints of Ruby #C11C62

Color information

#C11C62 (or 0xC11C62) is unknown color: approx Ruby. HEX triplet: C1, 1C and 62. RGB value is (193,28,98). Sum of RGB (Red+Green+Blue) = 193+28+98=319 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.50% from 319); Green value is 28 (11.33% from 255 or 8.78% from 319); Blue value is 98 (38.67% from 255 or 30.72% from 319); Max value from RGB is 193 - color contains mainly: red. Hex color #C11C62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C11C62 is #3EE39D. Grayscale: #555555. Windows color (decimal): -4121502 or 6429889. OLE color: 6429889.

HSL color Cylindrical-coordinate representation of color #C11C62: hue angle of 334.55º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C11C62 is Cyan = 0, Magento = 0.85, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB1932898-
CMYK00.850.490.24
HSL334.55º74.66%43.33%-
HSV(B)334.55º85.49%75.69%-
XYZ24.6113.0512.78-
YUV85.32135.16204.81-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 60.50%
GREEN value IS 28 (11.33% from 255) = 8.78%
BLUE value IS 98 (38.67% from 255) = 30.72%
R=60.50%
G=8.78%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193289800.850.490.24334.5574.6643.33
HexC11C62055311814f4b2b
Octal301341420125613051711353
Binary1100000111100110001001010101110001110001010011111001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c11c62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c11c62; }

 p { color: rgb(193,28,98); }

 H1.HeaderClassName
 {
   color: #c11c62;
 }
 .AnyTagClassName
 {
   color: #c11c62;
 }
</style>
background-color css

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

 a { background-color: rgb(193,28,98); }

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

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

 span { border-color: rgb(193,28,98); }

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