#C025B4

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

Shades of Deep Magenta #C025B4

Tints of Deep Magenta #C025B4

Color information

#C025B4 (or 0xC025B4) is unknown color: approx Deep Magenta. HEX triplet: C0, 25 and B4. RGB value is (192,37,180). Sum of RGB (Red+Green+Blue) = 192+37+180=409 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.94% from 409); Green value is 37 (14.84% from 255 or 9.05% from 409); Blue value is 180 (70.70% from 255 or 44.01% from 409); Max value from RGB is 192 - color contains mainly: red. Hex color #C025B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C025B4 is #3FDA4B. Grayscale: #636363. Windows color (decimal): -4184652 or 11806144. OLE color: 11806144.

HSL color Cylindrical-coordinate representation of color #C025B4: hue angle of 304.65º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C025B4 is Cyan = 0, Magento = 0.81, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB19237180-
CMYK00.810.060.25
HSL304.65º67.69%44.9%-
HSV(B)304.65º80.73%75.29%-
XYZ30.6415.8244.62-
YUV99.65173.35193.87-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.94%
GREEN value IS 37 (14.84% from 255) = 9.05%
BLUE value IS 180 (70.70% from 255) = 44.01%
R=46.94%
G=9.05%
B=44.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1923718000.810.060.25304.6567.6944.9
HexC025B4051619131442d
Octal30045264012163146110455
Binary110000001001011011010001010001110110011001100011000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C025B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C025B4; }

 p { color: rgb(192,37,180); }

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

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

 a { background-color: rgb(192,37,180); }

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

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

 span { border-color: rgb(192,37,180); }

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