#C31A66

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

Shades of Ruby #C31A66

Tints of Ruby #C31A66

Color information

#C31A66 (or 0xC31A66) is unknown color: approx Ruby. HEX triplet: C3, 1A and 66. RGB value is (195,26,102). Sum of RGB (Red+Green+Blue) = 195+26+102=323 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.37% from 323); Green value is 26 (10.55% from 255 or 8.05% from 323); Blue value is 102 (40.23% from 255 or 31.58% from 323); Max value from RGB is 195 - color contains mainly: red. Hex color #C31A66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C31A66 is #3CE599. Grayscale: #555555. Windows color (decimal): -3990938 or 6691523. OLE color: 6691523.

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

Color convert

RGB19526102-
CMYK00.870.480.24
HSL333.02º76.47%43.33%-
HSV(B)333.02º86.67%76.47%-
XYZ25.2713.313.81-
YUV85.2137.49206.32-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 60.37%
GREEN value IS 26 (10.55% from 255) = 8.05%
BLUE value IS 102 (40.23% from 255) = 31.58%
R=60.37%
G=8.05%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1952610200.870.480.24333.0276.4743.33
HexC31A66057301814d4c2b
Octal303321460127603051511453
Binary1100001111010110011001010111110000110001010011011001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C31A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C31A66; }

 p { color: rgb(195,26,102); }

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

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

 a { background-color: rgb(195,26,102); }

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

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

 span { border-color: rgb(195,26,102); }

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