#C30C62

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

Shades of Ruby #C30C62

Tints of Ruby #C30C62

Color information

#C30C62 (or 0xC30C62) is unknown color: approx Ruby. HEX triplet: C3, 0C and 62. RGB value is (195,12,98). Sum of RGB (Red+Green+Blue) = 195+12+98=305 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.93% from 305); Green value is 12 (5.08% from 255 or 3.93% from 305); Blue value is 98 (38.67% from 255 or 32.13% from 305); Max value from RGB is 195 - color contains mainly: red. Hex color #C30C62 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30C62 is #3CF39D. Grayscale: #4C4C4C. Windows color (decimal): -3994526 or 6425795. OLE color: 6425795.

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

Color convert

RGB1951298-
CMYK00.940.500.24
HSL331.8º88.41%40.59%-
HSV(B)331.8º93.85%76.47%-
XYZ24.8412.7512.71-
YUV76.52140.13212.51-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 63.93%
GREEN value IS 12 (5.08% from 255) = 3.93%
BLUE value IS 98 (38.67% from 255) = 32.13%
R=63.93%
G=3.93%
B=32.13%

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
Decimal195129800.940.500.24331.888.4140.59
HexC3C6205E321814c5829
Octal303141420136623051413051
Binary110000111100110001001011110110010110001010011001011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C30C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C30C62; }

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

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

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

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

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

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

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

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