#CD19BB

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

Shades of Deep Magenta #CD19BB

Tints of Deep Magenta #CD19BB

Color information

#CD19BB (or 0xCD19BB) is unknown color: approx Deep Magenta. HEX triplet: CD, 19 and BB. RGB value is (205,25,187). Sum of RGB (Red+Green+Blue) = 205+25+187=417 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.16% from 417); Green value is 25 (10.16% from 255 or 6.00% from 417); Blue value is 187 (73.44% from 255 or 44.84% from 417); Max value from RGB is 205 - color contains mainly: red. Hex color #CD19BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD19BB is #32E644. Grayscale: #606060. Windows color (decimal): -3335749 or 12261837. OLE color: 12261837.

HSL color Cylindrical-coordinate representation of color #CD19BB: hue angle of 306º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CD19BB is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB20525187-
CMYK00.880.090.20
HSL306º78.26%45.1%-
HSV(B)306º87.8%80.39%-
XYZ34.4917.2648.53-
YUV97.29178.63204.83-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 49.16%
GREEN value IS 25 (10.16% from 255) = 6.00%
BLUE value IS 187 (73.44% from 255) = 44.84%
R=49.16%
G=6.00%
B=44.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2052518700.880.090.2030678.2645.1
HexCD19BB0589141324e2d
Octal315312730130112446211655
Binary110011011100110111011010110001001101001001100101001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD19BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD19BB; }

 p { color: rgb(205,25,187); }

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

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

 a { background-color: rgb(205,25,187); }

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

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

 span { border-color: rgb(205,25,187); }

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