#C30C61

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

Shades of Ruby #C30C61

Tints of Ruby #C30C61

Color information

#C30C61 (or 0xC30C61) is unknown color: approx Ruby. HEX triplet: C3, 0C and 61. RGB value is (195,12,97). Sum of RGB (Red+Green+Blue) = 195+12+97=304 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.14% from 304); Green value is 12 (5.08% from 255 or 3.95% from 304); Blue value is 97 (38.28% from 255 or 31.91% from 304); Max value from RGB is 195 - color contains mainly: red. Hex color #C30C61 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30C61 is #3CF39E. Grayscale: #4C4C4C. Windows color (decimal): -3994527 or 6360259. OLE color: 6360259.

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

Color convert

RGB1951297-
CMYK00.940.500.24
HSL332.13º88.41%40.59%-
HSV(B)332.13º93.85%76.47%-
XYZ24.7912.7312.46-
YUV76.41139.63212.59-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 64.14%
GREEN value IS 12 (5.08% from 255) = 3.95%
BLUE value IS 97 (38.28% from 255) = 31.91%
R=64.14%
G=3.95%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195129700.940.500.24332.1388.4140.59
HexC3C6105E321814c5829
Octal303141410136623051413051
Binary110000111100110000101011110110010110001010011001011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C30C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C30C61; }

 p { color: rgb(195,12,97); }

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

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

 a { background-color: rgb(195,12,97); }

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

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

 span { border-color: rgb(195,12,97); }

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