#C43E75

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

Shades of Royal Heath #C43E75

Tints of Royal Heath #C43E75

Color information

#C43E75 (or 0xC43E75) is unknown color: approx Royal Heath. HEX triplet: C4, 3E and 75. RGB value is (196,62,117). Sum of RGB (Red+Green+Blue) = 196+62+117=375 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.27% from 375); Green value is 62 (24.61% from 255 or 16.53% from 375); Blue value is 117 (46.09% from 255 or 31.2% from 375); Max value from RGB is 196 - color contains mainly: red. Hex color #C43E75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43E75 is #3BC18A. Grayscale: #6C6C6C. Windows color (decimal): -3916171 or 7683780. OLE color: 7683780.

HSL color Cylindrical-coordinate representation of color #C43E75: hue angle of 335.37º 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 #C43E75 is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB19662117-
CMYK00.680.400.23
HSL335.37º53.17%50.59%-
HSV(B)335.37º68.37%76.86%-
XYZ27.716.4718.55-
YUV108.34132.89190.53-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 52.27%
GREEN value IS 62 (24.61% from 255) = 16.53%
BLUE value IS 117 (46.09% from 255) = 31.2%
R=52.27%
G=16.53%
B=31.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1966211700.680.400.23335.3753.1750.59
HexC43E75044281714f3533
Octal30476165010450275176563
Binary1100010011111011101010100010010100010111101001111110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C43E75; }

 p { color: rgb(196,62,117); }

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

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

 a { background-color: rgb(196,62,117); }

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

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

 span { border-color: rgb(196,62,117); }

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