#C34C7D

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

Shades of Royal Heath #C34C7D

Tints of Royal Heath #C34C7D

Color information

#C34C7D (or 0xC34C7D) is unknown color: approx Royal Heath. HEX triplet: C3, 4C and 7D. RGB value is (195,76,125). Sum of RGB (Red+Green+Blue) = 195+76+125=396 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.24% from 396); Green value is 76 (30.08% from 255 or 19.19% from 396); Blue value is 125 (49.22% from 255 or 31.57% from 396); Max value from RGB is 195 - color contains mainly: red. Hex color #C34C7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34C7D is #3CB382. Grayscale: #757575. Windows color (decimal): -3978115 or 8211651. OLE color: 8211651.

HSL color Cylindrical-coordinate representation of color #C34C7D: hue angle of 335.29º 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 #C34C7D is Cyan = 0, Magento = 0.61, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB19576125-
CMYK00.610.360.24
HSL335.29º49.79%53.14%-
HSV(B)335.29º61.03%76.47%-
XYZ28.7918.2521.41-
YUV117.17132.42183.52-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 49.24%
GREEN value IS 76 (30.08% from 255) = 19.19%
BLUE value IS 125 (49.22% from 255) = 31.57%
R=49.24%
G=19.19%
B=31.57%

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
Decimal1957612500.610.360.24335.2949.7953.14
HexC34C7D03D241814f3235
Octal30311417507544305176265
Binary1100001110011001111101011110110010011000101001111110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34C7D; }

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

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

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

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

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

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

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

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