#C0437D

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

Shades of Royal Heath #C0437D

Tints of Royal Heath #C0437D

Color information

#C0437D (or 0xC0437D) is unknown color: approx Royal Heath. HEX triplet: C0, 43 and 7D. RGB value is (192,67,125). Sum of RGB (Red+Green+Blue) = 192+67+125=384 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50% from 384); Green value is 67 (26.56% from 255 or 17.45% from 384); Blue value is 125 (49.22% from 255 or 32.55% from 384); Max value from RGB is 192 - color contains mainly: red. Hex color #C0437D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0437D is #3FBC82. Grayscale: #6E6E6E. Windows color (decimal): -4177027 or 8209344. OLE color: 8209344.

HSL color Cylindrical-coordinate representation of color #C0437D: hue angle of 332.16º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C0437D is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB19267125-
CMYK00.650.350.25
HSL332.16º49.8%50.78%-
HSV(B)332.16º65.1%75.29%-
XYZ27.4516.721.18-
YUV110.99135.91185.78-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 50%
GREEN value IS 67 (26.56% from 255) = 17.45%
BLUE value IS 125 (49.22% from 255) = 32.55%
R=50%
G=17.45%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1926712500.650.350.25332.1649.850.78
HexC0437D041231914c3233
Octal300103175010143315146263
Binary11000000100001111111010100000110001111001101001100110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0437D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0437D; }

 p { color: rgb(192,67,125); }

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

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

 a { background-color: rgb(192,67,125); }

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

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

 span { border-color: rgb(192,67,125); }

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