#C71F6A

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

Shades of Ruby #C71F6A

Tints of Ruby #C71F6A

Color information

#C71F6A (or 0xC71F6A) is unknown color: approx Ruby. HEX triplet: C7, 1F and 6A. RGB value is (199,31,106). Sum of RGB (Red+Green+Blue) = 199+31+106=336 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.23% from 336); Green value is 31 (12.5% from 255 or 9.23% from 336); Blue value is 106 (41.80% from 255 or 31.55% from 336); Max value from RGB is 199 - color contains mainly: red. Hex color #C71F6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C71F6A is #38E095. Grayscale: #595959. Windows color (decimal): -3727510 or 6954951. OLE color: 6954951.

HSL color Cylindrical-coordinate representation of color #C71F6A: hue angle of 333.21º 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 #C71F6A is Cyan = 0, Magento = 0.84, Yellow = 0.47 and Black (K on CMYK) = 0.22.

Color convert

RGB19931106-
CMYK00.840.470.22
HSL333.21º73.04%45.1%-
HSV(B)333.21º84.42%78.04%-
XYZ26.6414.1614.97-
YUV89.78137.16205.9-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 59.23%
GREEN value IS 31 (12.5% from 255) = 9.23%
BLUE value IS 106 (41.80% from 255) = 31.55%
R=59.23%
G=9.23%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.47
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1993110600.840.470.22333.2173.0445.1
HexC71F6A0542F1614d492d
Octal307371520124572651511155
Binary1100011111111110101001010100101111101101010011011001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C71F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C71F6A; }

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

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

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

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

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

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

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

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