#C33971

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

Shades of Royal Heath #C33971

Tints of Royal Heath #C33971

Color information

#C33971 (or 0xC33971) is unknown color: approx Royal Heath. HEX triplet: C3, 39 and 71. RGB value is (195,57,113). Sum of RGB (Red+Green+Blue) = 195+57+113=365 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.42% from 365); Green value is 57 (22.66% from 255 or 15.62% from 365); Blue value is 113 (44.53% from 255 or 30.96% from 365); Max value from RGB is 195 - color contains mainly: red. Hex color #C33971 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33971 is #3CC68E. Grayscale: #686868. Windows color (decimal): -3982991 or 7420355. OLE color: 7420355.

HSL color Cylindrical-coordinate representation of color #C33971: hue angle of 335.65º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C33971 is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB19557113-
CMYK00.710.420.24
HSL335.65º54.76%49.41%-
HSV(B)335.65º70.77%76.47%-
XYZ26.9515.7217.24-
YUV104.65132.72192.45-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 53.42%
GREEN value IS 57 (22.66% from 255) = 15.62%
BLUE value IS 113 (44.53% from 255) = 30.96%
R=53.42%
G=15.62%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1955711300.710.420.24335.6554.7649.41
HexC339710472A181503731
Octal30371161010752305206761
Binary1100001111100111100010100011110101011000101010000110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C33971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C33971; }

 p { color: rgb(195,57,113); }

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

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

 a { background-color: rgb(195,57,113); }

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

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

 span { border-color: rgb(195,57,113); }

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