#CD24B8

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

Shades of Deep Magenta #CD24B8

Tints of Deep Magenta #CD24B8

Color information

#CD24B8 (or 0xCD24B8) is unknown color: approx Deep Magenta. HEX triplet: CD, 24 and B8. RGB value is (205,36,184). Sum of RGB (Red+Green+Blue) = 205+36+184=425 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.24% from 425); Green value is 36 (14.45% from 255 or 8.47% from 425); Blue value is 184 (72.27% from 255 or 43.29% from 425); Max value from RGB is 205 - color contains mainly: red. Hex color #CD24B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD24B8 is #32DB47. Grayscale: #666666. Windows color (decimal): -3332936 or 12068045. OLE color: 12068045.

HSL color Cylindrical-coordinate representation of color #CD24B8: hue angle of 307.46º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CD24B8 is Cyan = 0, Magento = 0.82, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB20536184-
CMYK00.820.100.20
HSL307.46º70.12%47.25%-
HSV(B)307.46º82.44%80.39%-
XYZ34.4617.746.95-
YUV103.4173.49200.47-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.24%
GREEN value IS 36 (14.45% from 255) = 8.47%
BLUE value IS 184 (72.27% from 255) = 43.29%
R=48.24%
G=8.47%
B=43.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2053618400.820.100.20307.4670.1247.25
HexCD24B8052A14133462f
Octal315442700122122446310657
Binary1100110110010010111000010100101010101001001100111000110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD24B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD24B8; }

 p { color: rgb(205,36,184); }

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

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

 a { background-color: rgb(205,36,184); }

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

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

 span { border-color: rgb(205,36,184); }

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