#cf1c62

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

Shades of Ruby #CF1C62

Tints of Ruby #CF1C62

Color information

#CF1C62 (or 0xCF1C62) is unknown color: approx Ruby. HEX triplet: CF, 1C and 62. RGB value is (207,28,98). Sum of RGB (Red+Green+Blue) = 207+28+98=333 (44% of max value = 765). Red value is 207 (81.25% from 255 or 62.16% from 333); Green value is 28 (11.33% from 255 or 8.41% from 333); Blue value is 98 (38.67% from 255 or 29.43% from 333); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1C62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF1C62 is #30E39D. Grayscale: #595959. Windows color (decimal): -3203998 or 6429903. OLE color: 6429903.

HSL color Cylindrical-coordinate representation of color #CF1C62: hue angle of 336.54º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CF1C62 is Cyan = 0, Magento = 0.86, Yellow = 0.53 and Black (K on CMYK) = 0.19.

Color convert

RGB2072898-
CMYK00.860.530.19
HSL336.54º76.17%46.08%-
HSV(B)336.54º86.47%81.18%-
XYZ28.3514.9812.95-
YUV89.5132.8211.81-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 62.16%
GREEN value IS 28 (11.33% from 255) = 8.41%
BLUE value IS 98 (38.67% from 255) = 29.43%
R=62.16%
G=8.41%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.53
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207289800.860.530.19336.5476.1746.08
HexCF1C6205635131514c2e
Octal317341420126652352111456
Binary1100111111100110001001010110110101100111010100011001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf1c62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf1c62; }

 p { color: rgb(207,28,98); }

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

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

 a { background-color: rgb(207,28,98); }

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

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

 span { border-color: rgb(207,28,98); }

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