#CC126C

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

Shades of Ruby #CC126C

Tints of Ruby #CC126C

Color information

#CC126C (or 0xCC126C) is unknown color: approx Ruby. HEX triplet: CC, 12 and 6C. RGB value is (204,18,108). Sum of RGB (Red+Green+Blue) = 204+18+108=330 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.82% from 330); Green value is 18 (7.42% from 255 or 5.45% from 330); Blue value is 108 (42.58% from 255 or 32.73% from 330); Max value from RGB is 204 - color contains mainly: red. Hex color #CC126C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC126C is #33ED93. Grayscale: #535353. Windows color (decimal): -3403156 or 7082700. OLE color: 7082700.

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

Color convert

RGB20418108-
CMYK00.910.470.2
HSL330.97º83.78%43.53%-
HSV(B)330.97º91.18%80%-
XYZ27.8214.3515.49-
YUV83.87141.62213.68-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 61.82%
GREEN value IS 18 (7.42% from 255) = 5.45%
BLUE value IS 108 (42.58% from 255) = 32.73%
R=61.82%
G=5.45%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.47
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041810800.910.470.2330.9783.7843.53
HexCC126C05B2F1414b542c
Octal314221540133572451312454
Binary1100110010010110110001011011101111101001010010111010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC126C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC126C; }

 p { color: rgb(204,18,108); }

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

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

 a { background-color: rgb(204,18,108); }

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

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

 span { border-color: rgb(204,18,108); }

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