#C75F9B

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

Shades of Hopbush #C75F9B

Tints of Hopbush #C75F9B

Color information

#C75F9B (or 0xC75F9B) is unknown color: approx Hopbush. HEX triplet: C7, 5F and 9B. RGB value is (199,95,155). Sum of RGB (Red+Green+Blue) = 199+95+155=449 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.32% from 449); Green value is 95 (37.5% from 255 or 21.16% from 449); Blue value is 155 (60.94% from 255 or 34.52% from 449); Max value from RGB is 199 - color contains mainly: red. Hex color #C75F9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75F9B is #38A064. Grayscale: #848484. Windows color (decimal): -3711077 or 10182599. OLE color: 10182599.

HSL color Cylindrical-coordinate representation of color #C75F9B: hue angle of 325.38º 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 #C75F9B is Cyan = 0, Magento = 0.52, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB19995155-
CMYK00.520.220.22
HSL325.38º48.15%57.65%-
HSV(B)325.38º52.26%78.04%-
XYZ33.5622.6933.62-
YUV132.94140.46175.12-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 44.32%
GREEN value IS 95 (37.5% from 255) = 21.16%
BLUE value IS 155 (60.94% from 255) = 34.52%
R=44.32%
G=21.16%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1999515500.520.220.22325.3848.1557.65
HexC75F9B0341616145303a
Octal30713723306426265056072
Binary1100011110111111001101101101001011010110101000101110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75F9B; }

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

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

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

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

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

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

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

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