#CF1E6A

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

Shades of Ruby #CF1E6A

Tints of Ruby #CF1E6A

Color information

#CF1E6A (or 0xCF1E6A) is unknown color: approx Ruby. HEX triplet: CF, 1E and 6A. RGB value is (207,30,106). Sum of RGB (Red+Green+Blue) = 207+30+106=343 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.35% from 343); Green value is 30 (12.11% from 255 or 8.75% from 343); Blue value is 106 (41.80% from 255 or 30.90% from 343); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1E6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF1E6A is #30E195. Grayscale: #5B5B5B. Windows color (decimal): -3203478 or 6954703. OLE color: 6954703.

HSL color Cylindrical-coordinate representation of color #CF1E6A: hue angle of 334.24º degrees, saturation: 0.75, 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 #CF1E6A is Cyan = 0, Magento = 0.86, Yellow = 0.49 and Black (K on CMYK) = 0.19.

Color convert

RGB20730106-
CMYK00.860.490.19
HSL334.24º74.68%46.47%-
HSV(B)334.24º85.51%81.18%-
XYZ28.815.2315.06-
YUV91.59136.14210.32-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 60.35%
GREEN value IS 30 (12.11% from 255) = 8.75%
BLUE value IS 106 (41.80% from 255) = 30.90%
R=60.35%
G=8.75%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.49
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2073010600.860.490.19334.2474.6846.47
HexCF1E6A056311314e4b2e
Octal317361520126612351611356
Binary1100111111110110101001010110110001100111010011101001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF1E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF1E6A; }

 p { color: rgb(207,30,106); }

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

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

 a { background-color: rgb(207,30,106); }

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

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

 span { border-color: rgb(207,30,106); }

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