#CC1E6A

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

Shades of Ruby #CC1E6A

Tints of Ruby #CC1E6A

Color information

#CC1E6A (or 0xCC1E6A) is unknown color: approx Ruby. HEX triplet: CC, 1E and 6A. RGB value is (204,30,106). Sum of RGB (Red+Green+Blue) = 204+30+106=340 (45% of max value = 765). Red value is 204 (80.08% from 255 or 60% from 340); Green value is 30 (12.11% from 255 or 8.82% from 340); Blue value is 106 (41.80% from 255 or 31.18% from 340); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1E6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC1E6A is #33E195. Grayscale: #5A5A5A. Windows color (decimal): -3400086 or 6954700. OLE color: 6954700.

HSL color Cylindrical-coordinate representation of color #CC1E6A: hue angle of 333.79º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CC1E6A is Cyan = 0, Magento = 0.85, Yellow = 0.48 and Black (K on CMYK) = 0.2.

Color convert

RGB20430106-
CMYK00.850.480.2
HSL333.79º74.36%45.88%-
HSV(B)333.79º85.29%80%-
XYZ27.9714.8115.02-
YUV90.69136.65208.82-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 60%
GREEN value IS 30 (12.11% from 255) = 8.82%
BLUE value IS 106 (41.80% from 255) = 31.18%
R=60%
G=8.82%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.48
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2043010600.850.480.2333.7974.3645.88
HexCC1E6A055301414e4a2e
Octal314361520125602451611256
Binary1100110011110110101001010101110000101001010011101001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC1E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC1E6A; }

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

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

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

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

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

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

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

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