#C71F60

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

Shades of Ruby #C71F60

Tints of Ruby #C71F60

Color information

#C71F60 (or 0xC71F60) is unknown color: approx Ruby. HEX triplet: C7, 1F and 60. RGB value is (199,31,96). Sum of RGB (Red+Green+Blue) = 199+31+96=326 (43% of max value = 765). Red value is 199 (78.12% from 255 or 61.04% from 326); Green value is 31 (12.5% from 255 or 9.51% from 326); Blue value is 96 (37.89% from 255 or 29.45% from 326); Max value from RGB is 199 - color contains mainly: red. Hex color #C71F60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C71F60 is #38E09F. Grayscale: #585858. Windows color (decimal): -3727520 or 6299591. OLE color: 6299591.

HSL color Cylindrical-coordinate representation of color #C71F60: hue angle of 336.79º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C71F60 is Cyan = 0, Magento = 0.84, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB1993196-
CMYK00.840.520.22
HSL336.79º73.04%45.1%-
HSV(B)336.79º84.42%78.04%-
XYZ26.1513.9712.38-
YUV88.64132.16206.71-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 61.04%
GREEN value IS 31 (12.5% from 255) = 9.51%
BLUE value IS 96 (37.89% from 255) = 29.45%
R=61.04%
G=9.51%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199319600.840.520.22336.7973.0445.1
HexC71F600543416151492d
Octal307371400124642652111155
Binary1100011111111110000001010100110100101101010100011001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C71F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C71F60; }

 p { color: rgb(199,31,96); }

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

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

 a { background-color: rgb(199,31,96); }

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

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

 span { border-color: rgb(199,31,96); }

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