#C34D7D

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

Shades of Royal Heath #C34D7D

Tints of Royal Heath #C34D7D

Color information

#C34D7D (or 0xC34D7D) is unknown color: approx Royal Heath. HEX triplet: C3, 4D and 7D. RGB value is (195,77,125). Sum of RGB (Red+Green+Blue) = 195+77+125=397 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.12% from 397); Green value is 77 (30.47% from 255 or 19.40% from 397); Blue value is 125 (49.22% from 255 or 31.49% from 397); Max value from RGB is 195 - color contains mainly: red. Hex color #C34D7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C34D7D is #3CB282. Grayscale: #757575. Windows color (decimal): -3977859 or 8211907. OLE color: 8211907.

HSL color Cylindrical-coordinate representation of color #C34D7D: hue angle of 335.59º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C34D7D is Cyan = 0, Magento = 0.61, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB19577125-
CMYK00.610.360.24
HSL335.59º49.58%53.33%-
HSV(B)335.59º60.51%76.47%-
XYZ28.8618.3921.43-
YUV117.75132.09183.1-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 49.12%
GREEN value IS 77 (30.47% from 255) = 19.40%
BLUE value IS 125 (49.22% from 255) = 31.49%
R=49.12%
G=19.40%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1957712500.610.360.24335.5949.5853.33
HexC34D7D03D24181503235
Octal30311517507544305206265
Binary1100001110011011111101011110110010011000101010000110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34D7D; }

 p { color: rgb(195,77,125); }

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

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

 a { background-color: rgb(195,77,125); }

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

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

 span { border-color: rgb(195,77,125); }

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