#C71E62

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

Shades of Ruby #C71E62

Tints of Ruby #C71E62

Color information

#C71E62 (or 0xC71E62) is unknown color: approx Ruby. HEX triplet: C7, 1E and 62. RGB value is (199,30,98). Sum of RGB (Red+Green+Blue) = 199+30+98=327 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.86% from 327); Green value is 30 (12.11% from 255 or 9.17% from 327); Blue value is 98 (38.67% from 255 or 29.97% from 327); Max value from RGB is 199 - color contains mainly: red. Hex color #C71E62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C71E62 is #38E19D. Grayscale: #585858. Windows color (decimal): -3727774 or 6430407. OLE color: 6430407.

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

Color convert

RGB1993098-
CMYK00.850.510.22
HSL335.86º73.8%44.9%-
HSV(B)335.86º84.92%78.04%-
XYZ26.2213.9512.87-
YUV88.28133.49206.97-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 60.86%
GREEN value IS 30 (12.11% from 255) = 9.17%
BLUE value IS 98 (38.67% from 255) = 29.97%
R=60.86%
G=9.17%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.51
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199309800.850.510.22335.8673.844.9
HexC71E6205533161504a2d
Octal307361420125632652011255
Binary1100011111110110001001010101110011101101010100001001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C71E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C71E62; }

 p { color: rgb(199,30,98); }

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

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

 a { background-color: rgb(199,30,98); }

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

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

 span { border-color: rgb(199,30,98); }

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