#CF28C5

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

Shades of Deep Magenta #CF28C5

Tints of Deep Magenta #CF28C5

Color information

#CF28C5 (or 0xCF28C5) is unknown color: approx Deep Magenta. HEX triplet: CF, 28 and C5. RGB value is (207,40,197). Sum of RGB (Red+Green+Blue) = 207+40+197=444 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.62% from 444); Green value is 40 (16.02% from 255 or 9.01% from 444); Blue value is 197 (77.34% from 255 or 44.37% from 444); Max value from RGB is 207 - color contains mainly: red. Hex color #CF28C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF28C5 is #30D73A. Grayscale: #6B6B6B. Windows color (decimal): -3200827 or 12921039. OLE color: 12921039.

HSL color Cylindrical-coordinate representation of color #CF28C5: hue angle of 303.59º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CF28C5 is Cyan = 0, Magento = 0.81, Yellow = 0.05 and Black (K on CMYK) = 0.19.

Color convert

RGB20740197-
CMYK00.810.050.19
HSL303.59º67.61%48.43%-
HSV(B)303.59º80.68%81.18%-
XYZ36.5718.8154.53-
YUV107.83178.33198.73-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.62%
GREEN value IS 40 (16.02% from 255) = 9.01%
BLUE value IS 197 (77.34% from 255) = 44.37%
R=46.62%
G=9.01%
B=44.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.05
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2074019700.810.050.19303.5967.6148.43
HexCF28C50515131304430
Octal31750305012152346010460
Binary110011111010001100010101010001101100111001100001000100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF28C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF28C5; }

 p { color: rgb(207,40,197); }

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

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

 a { background-color: rgb(207,40,197); }

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

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

 span { border-color: rgb(207,40,197); }

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