#CC1C59

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

Shades of Ruby #CC1C59

Tints of Ruby #CC1C59

Color information

#CC1C59 (or 0xCC1C59) is unknown color: approx Ruby. HEX triplet: CC, 1C and 59. RGB value is (204,28,89). Sum of RGB (Red+Green+Blue) = 204+28+89=321 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.55% from 321); Green value is 28 (11.33% from 255 or 8.72% from 321); Blue value is 89 (35.16% from 255 or 27.73% from 321); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1C59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC1C59 is #33E3A6. Grayscale: #575757. Windows color (decimal): -3400615 or 5840076. OLE color: 5840076.

HSL color Cylindrical-coordinate representation of color #CC1C59: hue angle of 339.2º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC1C59 is Cyan = 0, Magento = 0.86, Yellow = 0.56 and Black (K on CMYK) = 0.2.

Color convert

RGB2042889-
CMYK00.860.560.2
HSL339.2º75.86%45.49%-
HSV(B)339.2º86.27%80%-
XYZ27.1214.3910.8-
YUV87.58128.81211.04-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 63.55%
GREEN value IS 28 (11.33% from 255) = 8.72%
BLUE value IS 89 (35.16% from 255) = 27.73%
R=63.55%
G=8.72%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.56
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204288900.860.560.2339.275.8645.49
HexCC1C5905638141534c2d
Octal314341310126702452311455
Binary1100110011100101100101010110111000101001010100111001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC1C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC1C59; }

 p { color: rgb(204,28,89); }

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

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

 a { background-color: rgb(204,28,89); }

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

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

 span { border-color: rgb(204,28,89); }

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