#CF25DA

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

Shades of Deep Magenta #CF25DA

Tints of Deep Magenta #CF25DA

Color information

#CF25DA (or 0xCF25DA) is unknown color: approx Deep Magenta. HEX triplet: CF, 25 and DA. RGB value is (207,37,218). Sum of RGB (Red+Green+Blue) = 207+37+218=462 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.81% from 462); Green value is 37 (14.84% from 255 or 8.01% from 462); Blue value is 218 (85.55% from 255 or 47.19% from 462); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF25DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF25DA is #30DA25. Grayscale: #6B6B6B. Windows color (decimal): -3201574 or 14296527. OLE color: 14296527.

HSL color Cylindrical-coordinate representation of color #CF25DA: hue angle of 296.35º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CF25DA is Cyan = 0.05, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB20737218-
CMYK0.050.8300.15
HSL296.35º70.98%50%-
HSV(B)296.35º83.03%85.49%-
XYZ39.0519.6568.06-
YUV108.46189.82198.28-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.81%
GREEN value IS 37 (14.84% from 255) = 8.01%
BLUE value IS 218 (85.55% from 255) = 47.19%
R=44.81%
G=8.01%
B=47.19%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal207372180.050.8300.15296.3570.9850
HexCF25DA5530F1284732
Octal31745332512301745010762
Binary11001111100101110110101011010011011111001010001000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF25DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF25DA; }

 p { color: rgb(207,37,218); }

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

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

 a { background-color: rgb(207,37,218); }

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

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

 span { border-color: rgb(207,37,218); }

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