#C25F8C

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

Shades of Hopbush #C25F8C

Tints of Hopbush #C25F8C

Color information

#C25F8C (or 0xC25F8C) is unknown color: approx Hopbush. HEX triplet: C2, 5F and 8C. RGB value is (194,95,140). Sum of RGB (Red+Green+Blue) = 194+95+140=429 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.22% from 429); Green value is 95 (37.5% from 255 or 22.14% from 429); Blue value is 140 (55.08% from 255 or 32.63% from 429); Max value from RGB is 194 - color contains mainly: red. Hex color #C25F8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25F8C is #3DA073. Grayscale: #818181. Windows color (decimal): -4038772 or 9199554. OLE color: 9199554.

HSL color Cylindrical-coordinate representation of color #C25F8C: hue angle of 332.73º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C25F8C is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB19495140-
CMYK00.510.280.24
HSL332.73º44.8%56.67%-
HSV(B)332.73º51.03%76.08%-
XYZ31.0721.5527.33-
YUV129.73133.8173.84-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.22%
GREEN value IS 95 (37.5% from 255) = 22.14%
BLUE value IS 140 (55.08% from 255) = 32.63%
R=45.22%
G=22.14%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1949514000.510.280.24332.7344.856.67
HexC25F8C0331C1814d2d39
Octal30213721406334305155571
Binary1100001010111111000110001100111110011000101001101101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25F8C; }

 p { color: rgb(194,95,140); }

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

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

 a { background-color: rgb(194,95,140); }

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

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

 span { border-color: rgb(194,95,140); }

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