#C33E74

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

Shades of Royal Heath #C33E74

Tints of Royal Heath #C33E74

Color information

#C33E74 (or 0xC33E74) is unknown color: approx Royal Heath. HEX triplet: C3, 3E and 74. RGB value is (195,62,116). Sum of RGB (Red+Green+Blue) = 195+62+116=373 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.28% from 373); Green value is 62 (24.61% from 255 or 16.62% from 373); Blue value is 116 (45.70% from 255 or 31.10% from 373); Max value from RGB is 195 - color contains mainly: red. Hex color #C33E74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33E74 is #3CC18B. Grayscale: #6B6B6B. Windows color (decimal): -3981708 or 7618243. OLE color: 7618243.

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

Color convert

RGB19562116-
CMYK00.680.410.24
HSL335.64º52.57%50.39%-
HSV(B)335.64º68.21%76.47%-
XYZ27.3816.3118.23-
YUV107.92132.56190.11-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 52.28%
GREEN value IS 62 (24.61% from 255) = 16.62%
BLUE value IS 116 (45.70% from 255) = 31.10%
R=52.28%
G=16.62%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1956211600.680.410.24335.6452.5750.39
HexC33E7404429181503532
Octal30376164010451305206562
Binary1100001111111011101000100010010100111000101010000110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C33E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C33E74; }

 p { color: rgb(195,62,116); }

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

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

 a { background-color: rgb(195,62,116); }

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

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

 span { border-color: rgb(195,62,116); }

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