#C44471

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

Shades of Royal Heath #C44471

Tints of Royal Heath #C44471

Color information

#C44471 (or 0xC44471) is unknown color: approx Royal Heath. HEX triplet: C4, 44 and 71. RGB value is (196,68,113). Sum of RGB (Red+Green+Blue) = 196+68+113=377 (49% of max value = 765). Red value is 196 (76.95% from 255 or 51.99% from 377); Green value is 68 (26.95% from 255 or 18.04% from 377); Blue value is 113 (44.53% from 255 or 29.97% from 377); Max value from RGB is 196 - color contains mainly: red. Hex color #C44471 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44471 is #3BBB8E. Grayscale: #6F6F6F. Windows color (decimal): -3914639 or 7423172. OLE color: 7423172.

HSL color Cylindrical-coordinate representation of color #C44471: hue angle of 338.91º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C44471 is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB19668113-
CMYK00.650.420.23
HSL338.91º52.03%51.76%-
HSV(B)338.91º65.31%76.86%-
XYZ27.8117.0617.45-
YUV111.4128.91188.34-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 51.99%
GREEN value IS 68 (26.95% from 255) = 18.04%
BLUE value IS 113 (44.53% from 255) = 29.97%
R=51.99%
G=18.04%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1966811300.650.420.23338.9152.0351.76
HexC444710412A171533434
Octal304104161010152275236464
Binary11000100100010011100010100000110101010111101010011110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44471; }

 p { color: rgb(196,68,113); }

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

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

 a { background-color: rgb(196,68,113); }

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

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

 span { border-color: rgb(196,68,113); }

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