#c75fa1

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

Shades of Hopbush #C75FA1

Tints of Hopbush #C75FA1

Color information

#C75FA1 (or 0xC75FA1) is unknown color: approx Hopbush. HEX triplet: C7, 5F and A1. RGB value is (199,95,161). Sum of RGB (Red+Green+Blue) = 199+95+161=455 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.74% from 455); Green value is 95 (37.5% from 255 or 20.88% from 455); Blue value is 161 (63.28% from 255 or 35.38% from 455); Max value from RGB is 199 - color contains mainly: red. Hex color #C75FA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75FA1 is #38A05E. Grayscale: #858585. Windows color (decimal): -3711071 or 10575815. OLE color: 10575815.

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

Color convert

RGB19995161-
CMYK00.520.190.22
HSL321.92º48.15%57.65%-
HSV(B)321.92º52.26%78.04%-
XYZ34.0822.936.34-
YUV133.62143.46174.63-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.74%
GREEN value IS 95 (37.5% from 255) = 20.88%
BLUE value IS 161 (63.28% from 255) = 35.38%
R=43.74%
G=20.88%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.19
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1999516100.520.190.22321.9248.1557.65
HexC75FA10341316142303a
Octal30713724106423265026072
Binary1100011110111111010000101101001001110110101000010110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c75fa1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c75fa1; }

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

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

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

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

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

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

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

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