#C75F8B

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

Shades of Hopbush #C75F8B

Tints of Hopbush #C75F8B

Color information

#C75F8B (or 0xC75F8B) is unknown color: approx Hopbush. HEX triplet: C7, 5F and 8B. RGB value is (199,95,139). Sum of RGB (Red+Green+Blue) = 199+95+139=433 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.96% from 433); Green value is 95 (37.5% from 255 or 21.94% from 433); Blue value is 139 (54.69% from 255 or 32.10% from 433); Max value from RGB is 199 - color contains mainly: red. Hex color #C75F8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75F8B is #38A074. Grayscale: #838383. Windows color (decimal): -3711093 or 9134023. OLE color: 9134023.

HSL color Cylindrical-coordinate representation of color #C75F8B: hue angle of 334.62º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C75F8B is Cyan = 0, Magento = 0.52, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB19995139-
CMYK00.520.300.22
HSL334.62º48.15%57.65%-
HSV(B)334.62º52.26%78.04%-
XYZ32.3122.1927.01-
YUV131.11132.46176.42-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.96%
GREEN value IS 95 (37.5% from 255) = 21.94%
BLUE value IS 139 (54.69% from 255) = 32.10%
R=45.96%
G=21.94%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1999513900.520.300.22334.6248.1557.65
HexC75F8B0341E1614f303a
Octal30713721306436265176072
Binary1100011110111111000101101101001111010110101001111110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75F8B; }

 p { color: rgb(199,95,139); }

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

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

 a { background-color: rgb(199,95,139); }

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

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

 span { border-color: rgb(199,95,139); }

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