#CB22C7

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

Shades of Deep Magenta #CB22C7

Tints of Deep Magenta #CB22C7

Color information

#CB22C7 (or 0xCB22C7) is unknown color: approx Deep Magenta. HEX triplet: CB, 22 and C7. RGB value is (203,34,199). Sum of RGB (Red+Green+Blue) = 203+34+199=436 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.56% from 436); Green value is 34 (13.67% from 255 or 7.80% from 436); Blue value is 199 (78.12% from 255 or 45.64% from 436); Max value from RGB is 203 - color contains mainly: red. Hex color #CB22C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB22C7 is #34DD38. Grayscale: #666666. Windows color (decimal): -3464505 or 13050571. OLE color: 13050571.

HSL color Cylindrical-coordinate representation of color #CB22C7: hue angle of 301.42º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CB22C7 is Cyan = 0, Magento = 0.83, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB20334199-
CMYK00.830.020.20
HSL301.42º71.31%46.47%-
HSV(B)301.42º83.25%79.61%-
XYZ35.5117.9655.63-
YUV103.34181.99199.08-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.56%
GREEN value IS 34 (13.67% from 255) = 7.80%
BLUE value IS 199 (78.12% from 255) = 45.64%
R=46.56%
G=7.80%
B=45.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2033419900.830.020.20301.4271.3146.47
HexCB22C705321412d472e
Octal31342307012322445510756
Binary11001011100010110001110101001110101001001011011000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB22C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB22C7; }

 p { color: rgb(203,34,199); }

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

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

 a { background-color: rgb(203,34,199); }

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

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

 span { border-color: rgb(203,34,199); }

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