#C11C66

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

Shades of Ruby #C11C66

Tints of Ruby #C11C66

Color information

#C11C66 (or 0xC11C66) is unknown color: approx Ruby. HEX triplet: C1, 1C and 66. RGB value is (193,28,102). Sum of RGB (Red+Green+Blue) = 193+28+102=323 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.75% from 323); Green value is 28 (11.33% from 255 or 8.67% from 323); Blue value is 102 (40.23% from 255 or 31.58% from 323); Max value from RGB is 193 - color contains mainly: red. Hex color #C11C66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C11C66 is #3EE399. Grayscale: #555555. Windows color (decimal): -4121498 or 6692033. OLE color: 6692033.

HSL color Cylindrical-coordinate representation of color #C11C66: hue angle of 333.09º 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 #C11C66 is Cyan = 0, Magento = 0.85, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB19328102-
CMYK00.850.470.24
HSL333.09º74.66%43.33%-
HSV(B)333.09º85.49%75.69%-
XYZ24.8113.1313.8-
YUV85.77137.16204.48-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 59.75%
GREEN value IS 28 (11.33% from 255) = 8.67%
BLUE value IS 102 (40.23% from 255) = 31.58%
R=59.75%
G=8.67%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1932810200.850.470.24333.0974.6643.33
HexC11C660552F1814d4b2b
Octal301341460125573051511353
Binary1100000111100110011001010101101111110001010011011001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C11C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C11C66; }

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

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

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

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

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

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

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

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