#CF13C9

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

Shades of Deep Magenta #CF13C9

Tints of Deep Magenta #CF13C9

Color information

#CF13C9 (or 0xCF13C9) is unknown color: approx Deep Magenta. HEX triplet: CF, 13 and C9. RGB value is (207,19,201). Sum of RGB (Red+Green+Blue) = 207+19+201=427 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.48% from 427); Green value is 19 (7.81% from 255 or 4.45% from 427); Blue value is 201 (78.91% from 255 or 47.07% from 427); Max value from RGB is 207 - color contains mainly: red. Hex color #CF13C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF13C9 is #30EC36. Grayscale: #5F5F5F. Windows color (decimal): -3206199 or 13177807. OLE color: 13177807.

HSL color Cylindrical-coordinate representation of color #CF13C9: hue angle of 301.91º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF13C9 is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB20719201-
CMYK00.910.030.19
HSL301.91º83.19%44.31%-
HSV(B)301.91º90.82%81.18%-
XYZ36.5117.9556.8-
YUV95.96187.28207.2-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 48.48%
GREEN value IS 19 (7.81% from 255) = 4.45%
BLUE value IS 201 (78.91% from 255) = 47.07%
R=48.48%
G=4.45%
B=47.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071920100.910.030.19301.9183.1944.31
HexCF13C905B31312e532c
Octal31723311013332345612354
Binary1100111110011110010010101101111100111001011101010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF13C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF13C9; }

 p { color: rgb(207,19,201); }

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

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

 a { background-color: rgb(207,19,201); }

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

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

 span { border-color: rgb(207,19,201); }

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