#CB25D8

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

Shades of Deep Magenta #CB25D8

Tints of Deep Magenta #CB25D8

Color information

#CB25D8 (or 0xCB25D8) is unknown color: approx Deep Magenta. HEX triplet: CB, 25 and D8. RGB value is (203,37,216). Sum of RGB (Red+Green+Blue) = 203+37+216=456 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.52% from 456); Green value is 37 (14.84% from 255 or 8.11% from 456); Blue value is 216 (84.77% from 255 or 47.37% from 456); Max value from RGB is 216 - color contains mainly: blue. Hex color #CB25D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB25D8 is #34DA27. Grayscale: #6A6A6A. Windows color (decimal): -3463720 or 14165451. OLE color: 14165451.

HSL color Cylindrical-coordinate representation of color #CB25D8: hue angle of 295.64º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CB25D8 is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB20337216-
CMYK0.060.8300.15
HSL295.64º70.75%49.61%-
HSV(B)295.64º82.87%84.71%-
XYZ37.6818.9866.64-
YUV107.04189.5196.45-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.52%
GREEN value IS 37 (14.84% from 255) = 8.11%
BLUE value IS 216 (84.77% from 255) = 47.37%
R=44.52%
G=8.11%
B=47.37%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal203372160.060.8300.15295.6470.7549.61
HexCB25D86530F1284732
Octal31345330612301745010762
Binary11001011100101110110001101010011011111001010001000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB25D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB25D8; }

 p { color: rgb(203,37,216); }

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

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

 a { background-color: rgb(203,37,216); }

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

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

 span { border-color: rgb(203,37,216); }

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