#C43F7B

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

Shades of Royal Heath #C43F7B

Tints of Royal Heath #C43F7B

Color information

#C43F7B (or 0xC43F7B) is unknown color: approx Royal Heath. HEX triplet: C4, 3F and 7B. RGB value is (196,63,123). Sum of RGB (Red+Green+Blue) = 196+63+123=382 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.31% from 382); Green value is 63 (25% from 255 or 16.49% from 382); Blue value is 123 (48.44% from 255 or 32.20% from 382); Max value from RGB is 196 - color contains mainly: red. Hex color #C43F7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43F7B is #3BC084. Grayscale: #6D6D6D. Windows color (decimal): -3915909 or 8077252. OLE color: 8077252.

HSL color Cylindrical-coordinate representation of color #C43F7B: hue angle of 332.93º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C43F7B is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.23.

Color convert

RGB19663123-
CMYK00.680.370.23
HSL332.93º52.99%50.78%-
HSV(B)332.93º67.86%76.86%-
XYZ28.1216.7220.48-
YUV109.61135.56189.62-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 51.31%
GREEN value IS 63 (25% from 255) = 16.49%
BLUE value IS 123 (48.44% from 255) = 32.20%
R=51.31%
G=16.49%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.37
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1966312300.680.370.23332.9352.9950.78
HexC43F7B044251714d3533
Octal30477173010445275156563
Binary1100010011111111110110100010010010110111101001101110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C43F7B; }

 p { color: rgb(196,63,123); }

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

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

 a { background-color: rgb(196,63,123); }

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

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

 span { border-color: rgb(196,63,123); }

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