#C30E5C

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

Shades of Ruby #C30E5C

Tints of Ruby #C30E5C

Color information

#C30E5C (or 0xC30E5C) is unknown color: approx Ruby. HEX triplet: C3, 0E and 5C. RGB value is (195,14,92). Sum of RGB (Red+Green+Blue) = 195+14+92=301 (39% of max value = 765). Red value is 195 (76.56% from 255 or 64.78% from 301); Green value is 14 (5.86% from 255 or 4.65% from 301); Blue value is 92 (36.33% from 255 or 30.56% from 301); Max value from RGB is 195 - color contains mainly: red. Hex color #C30E5C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30E5C is #3CF1A3. Grayscale: #4C4C4C. Windows color (decimal): -3994020 or 6033091. OLE color: 6033091.

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

Color convert

RGB1951492-
CMYK00.930.530.24
HSL334.14º86.6%40.98%-
HSV(B)334.14º92.82%76.47%-
XYZ24.5912.6911.28-
YUV77.01136.47212.16-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 64.78%
GREEN value IS 14 (5.86% from 255) = 4.65%
BLUE value IS 92 (36.33% from 255) = 30.56%
R=64.78%
G=4.65%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195149200.930.530.24334.1486.640.98
HexC3E5C05D351814e5729
Octal303161340135653051612751
Binary110000111110101110001011101110101110001010011101010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C30E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C30E5C; }

 p { color: rgb(195,14,92); }

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

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

 a { background-color: rgb(195,14,92); }

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

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

 span { border-color: rgb(195,14,92); }

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