#C33D77

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

Shades of Royal Heath #C33D77

Tints of Royal Heath #C33D77

Color information

#C33D77 (or 0xC33D77) is unknown color: approx Royal Heath. HEX triplet: C3, 3D and 77. RGB value is (195,61,119). Sum of RGB (Red+Green+Blue) = 195+61+119=375 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52% from 375); Green value is 61 (24.22% from 255 or 16.27% from 375); Blue value is 119 (46.88% from 255 or 31.73% from 375); Max value from RGB is 195 - color contains mainly: red. Hex color #C33D77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33D77 is #3CC288. Grayscale: #6B6B6B. Windows color (decimal): -3981961 or 7814595. OLE color: 7814595.

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

Color convert

RGB19561119-
CMYK00.690.390.24
HSL334.03º52.76%50.2%-
HSV(B)334.03º68.72%76.47%-
XYZ27.516.2719.14-
YUV107.68134.39190.28-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 52%
GREEN value IS 61 (24.22% from 255) = 16.27%
BLUE value IS 119 (46.88% from 255) = 31.73%
R=52%
G=16.27%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1956111900.690.390.24334.0352.7650.2
HexC33D77045271814e3532
Octal30375167010547305166562
Binary1100001111110111101110100010110011111000101001110110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C33D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C33D77; }

 p { color: rgb(195,61,119); }

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

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

 a { background-color: rgb(195,61,119); }

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

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

 span { border-color: rgb(195,61,119); }

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