#c25f8f

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

Shades of Hopbush #C25F8F

Tints of Hopbush #C25F8F

Color information

#C25F8F (or 0xC25F8F) is unknown color: approx Hopbush. HEX triplet: C2, 5F and 8F. RGB value is (194,95,143). Sum of RGB (Red+Green+Blue) = 194+95+143=432 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.91% from 432); Green value is 95 (37.5% from 255 or 21.99% from 432); Blue value is 143 (56.25% from 255 or 33.10% from 432); Max value from RGB is 194 - color contains mainly: red. Hex color #C25F8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25F8F is #3DA070. Grayscale: #818181. Windows color (decimal): -4038769 or 9396162. OLE color: 9396162.

HSL color Cylindrical-coordinate representation of color #C25F8F: hue angle of 330.91º 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 #C25F8F is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB19495143-
CMYK00.510.260.24
HSL330.91º44.8%56.67%-
HSV(B)330.91º51.03%76.08%-
XYZ31.321.6428.51-
YUV130.07135.3173.6-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.91%
GREEN value IS 95 (37.5% from 255) = 21.99%
BLUE value IS 143 (56.25% from 255) = 33.10%
R=44.91%
G=21.99%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1949514300.510.260.24330.9144.856.67
HexC25F8F0331A1814b2d39
Octal30213721706332305135571
Binary1100001010111111000111101100111101011000101001011101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c25f8f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c25f8f; }

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

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

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

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

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

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

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

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