#CF125B

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

Shades of Ruby #CF125B

Tints of Ruby #CF125B

Color information

#CF125B (or 0xCF125B) is unknown color: approx Ruby. HEX triplet: CF, 12 and 5B. RGB value is (207,18,91). Sum of RGB (Red+Green+Blue) = 207+18+91=316 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.51% from 316); Green value is 18 (7.42% from 255 or 5.70% from 316); Blue value is 91 (35.94% from 255 or 28.80% from 316); Max value from RGB is 207 - color contains mainly: red. Hex color #CF125B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF125B is #30EDA4. Grayscale: #525252. Windows color (decimal): -3206565 or 5968591. OLE color: 5968591.

HSL color Cylindrical-coordinate representation of color #CF125B: hue angle of 336.83º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF125B is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.19.

Color convert

RGB2071891-
CMYK00.910.560.19
HSL336.83º84%44.12%-
HSV(B)336.83º91.3%81.18%-
XYZ27.8414.4511.22-
YUV82.83132.62216.56-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 65.51%
GREEN value IS 18 (7.42% from 255) = 5.70%
BLUE value IS 91 (35.94% from 255) = 28.80%
R=65.51%
G=5.70%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.56
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207189100.910.560.19336.838444.12
HexCF125B05B3813151542c
Octal317221330133702352112454
Binary1100111110010101101101011011111000100111010100011010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF125B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF125B; }

 p { color: rgb(207,18,91); }

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

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

 a { background-color: rgb(207,18,91); }

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

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

 span { border-color: rgb(207,18,91); }

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