#CB25CC

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

Shades of Deep Magenta #CB25CC

Tints of Deep Magenta #CB25CC

Color information

#CB25CC (or 0xCB25CC) is unknown color: approx Deep Magenta. HEX triplet: CB, 25 and CC. RGB value is (203,37,204). Sum of RGB (Red+Green+Blue) = 203+37+204=444 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.72% from 444); Green value is 37 (14.84% from 255 or 8.33% from 444); Blue value is 204 (80.08% from 255 or 45.95% from 444); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB25CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB25CC is #34DA33. Grayscale: #696969. Windows color (decimal): -3463732 or 13379019. OLE color: 13379019.

HSL color Cylindrical-coordinate representation of color #CB25CC: hue angle of 299.64º degrees, saturation: 0.69, 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 #CB25CC is Cyan = 0.00, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB20337204-
CMYK0.000.8200.2
HSL299.64º69.29%47.25%-
HSV(B)299.64º81.86%80%-
XYZ36.1918.3858.77-
YUV105.67183.5197.42-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.72%
GREEN value IS 37 (14.84% from 255) = 8.33%
BLUE value IS 204 (80.08% from 255) = 45.95%
R=45.72%
G=8.33%
B=45.95%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal203372040.000.8200.2299.6469.2947.25
HexCB25CC05201412c452f
Octal31345314012202445410557
Binary1100101110010111001100010100100101001001011001000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB25CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB25CC; }

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

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

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

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

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

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

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

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