#CF22B4

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

Shades of Deep Magenta #CF22B4

Tints of Deep Magenta #CF22B4

Color information

#CF22B4 (or 0xCF22B4) is unknown color: approx Deep Magenta. HEX triplet: CF, 22 and B4. RGB value is (207,34,180). Sum of RGB (Red+Green+Blue) = 207+34+180=421 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.17% from 421); Green value is 34 (13.67% from 255 or 8.08% from 421); Blue value is 180 (70.70% from 255 or 42.76% from 421); Max value from RGB is 207 - color contains mainly: red. Hex color #CF22B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF22B4 is #30DD4B. Grayscale: #656565. Windows color (decimal): -3202380 or 11805391. OLE color: 11805391.

HSL color Cylindrical-coordinate representation of color #CF22B4: hue angle of 309.36º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CF22B4 is Cyan = 0, Magento = 0.84, Yellow = 0.13 and Black (K on CMYK) = 0.19.

Color convert

RGB20734180-
CMYK00.840.130.19
HSL309.36º71.78%47.25%-
HSV(B)309.36º83.57%81.18%-
XYZ34.5417.744.78-
YUV102.37171.81202.63-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 49.17%
GREEN value IS 34 (13.67% from 255) = 8.08%
BLUE value IS 180 (70.70% from 255) = 42.76%
R=49.17%
G=8.08%
B=42.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2073418000.840.130.19309.3671.7847.25
HexCF22B4054D13135482f
Octal317422640124152346511057
Binary1100111110001010110100010101001101100111001101011001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF22B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF22B4; }

 p { color: rgb(207,34,180); }

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

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

 a { background-color: rgb(207,34,180); }

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

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

 span { border-color: rgb(207,34,180); }

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