#CB25DC

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

Shades of Deep Magenta #CB25DC

Tints of Deep Magenta #CB25DC

Color information

#CB25DC (or 0xCB25DC) is unknown color: approx Deep Magenta. HEX triplet: CB, 25 and DC. RGB value is (203,37,220). Sum of RGB (Red+Green+Blue) = 203+37+220=460 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.13% from 460); Green value is 37 (14.84% from 255 or 8.04% from 460); Blue value is 220 (86.33% from 255 or 47.83% from 460); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB25DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB25DC is #34DA23. Grayscale: #6A6A6A. Windows color (decimal): -3463716 or 14427595. OLE color: 14427595.

HSL color Cylindrical-coordinate representation of color #CB25DC: hue angle of 294.43º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CB25DC is Cyan = 0.08, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB20337220-
CMYK0.080.8300.14
HSL294.43º72.33%50.39%-
HSV(B)294.43º83.18%86.27%-
XYZ38.2119.1969.4-
YUV107.5191.5196.12-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.13%
GREEN value IS 37 (14.84% from 255) = 8.04%
BLUE value IS 220 (86.33% from 255) = 47.83%
R=44.13%
G=8.04%
B=47.83%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal203372200.080.8300.14294.4372.3350.39
HexCB25DC8530E1264832
Octal313453341012301644611062
Binary110010111001011101110010001010011011101001001101001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB25DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB25DC; }

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

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

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

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

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

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

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

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