#CF125A

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

Shades of Ruby #CF125A

Tints of Ruby #CF125A

Color information

#CF125A (or 0xCF125A) is unknown color: approx Ruby. HEX triplet: CF, 12 and 5A. RGB value is (207,18,90). Sum of RGB (Red+Green+Blue) = 207+18+90=315 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.71% from 315); Green value is 18 (7.42% from 255 or 5.71% from 315); Blue value is 90 (35.55% from 255 or 28.57% from 315); Max value from RGB is 207 - color contains mainly: red. Hex color #CF125A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF125A is #30EDA5. Grayscale: #525252. Windows color (decimal): -3206566 or 5903055. OLE color: 5903055.

HSL color Cylindrical-coordinate representation of color #CF125A: hue angle of 337.14º 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 #CF125A is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.19.

Color convert

RGB2071890-
CMYK00.910.570.19
HSL337.14º84%44.12%-
HSV(B)337.14º91.3%81.18%-
XYZ27.7914.4410.99-
YUV82.72132.12216.65-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 65.71%
GREEN value IS 18 (7.42% from 255) = 5.71%
BLUE value IS 90 (35.55% from 255) = 28.57%
R=65.71%
G=5.71%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.57
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207189000.910.570.19337.148444.12
HexCF125A05B3913151542c
Octal317221320133712352112454
Binary1100111110010101101001011011111001100111010100011010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF125A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF125A; }

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

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

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

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

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

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

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

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