#CF18D5

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

Shades of Deep Magenta #CF18D5

Tints of Deep Magenta #CF18D5

Color information

#CF18D5 (or 0xCF18D5) is unknown color: approx Deep Magenta. HEX triplet: CF, 18 and D5. RGB value is (207,24,213). Sum of RGB (Red+Green+Blue) = 207+24+213=444 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.62% from 444); Green value is 24 (9.77% from 255 or 5.41% from 444); Blue value is 213 (83.59% from 255 or 47.97% from 444); Max value from RGB is 213 - color contains mainly: blue. Hex color #CF18D5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF18D5 is #30E72A. Grayscale: #636363. Windows color (decimal): -3204907 or 13965519. OLE color: 13965519.

HSL color Cylindrical-coordinate representation of color #CF18D5: hue angle of 298.1º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CF18D5 is Cyan = 0.03, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB20724213-
CMYK0.030.8900.16
HSL298.1º79.75%46.47%-
HSV(B)298.1º88.73%83.53%-
XYZ38.0718.7264.56-
YUV100.26191.63204.13-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.62%
GREEN value IS 24 (9.77% from 255) = 5.41%
BLUE value IS 213 (83.59% from 255) = 47.97%
R=46.62%
G=5.41%
B=47.97%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal207242130.030.8900.16298.179.7546.47
HexCF18D535901012a502e
Octal31730325313102045212056
Binary1100111111000110101011110110010100001001010101010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF18D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF18D5; }

 p { color: rgb(207,24,213); }

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

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

 a { background-color: rgb(207,24,213); }

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

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

 span { border-color: rgb(207,24,213); }

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