#CF07B3

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

Shades of Deep Magenta #CF07B3

Tints of Deep Magenta #CF07B3

Color information

#CF07B3 (or 0xCF07B3) is unknown color: approx Deep Magenta. HEX triplet: CF, 07 and B3. RGB value is (207,7,179). Sum of RGB (Red+Green+Blue) = 207+7+179=393 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.67% from 393); Green value is 7 (3.12% from 255 or 1.78% from 393); Blue value is 179 (70.31% from 255 or 45.55% from 393); Max value from RGB is 207 - color contains mainly: red. Hex color #CF07B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF07B3 is #30F84C. Grayscale: #555555. Windows color (decimal): -3209293 or 11732943. OLE color: 11732943.

HSL color Cylindrical-coordinate representation of color #CF07B3: hue angle of 308.4º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CF07B3 is Cyan = 0, Magento = 0.97, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB2077179-
CMYK00.970.140.19
HSL308.4º93.46%41.96%-
HSV(B)308.4º96.62%81.18%-
XYZ33.9416.6744.08-
YUV86.41180.26214.01-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 52.67%
GREEN value IS 7 (3.12% from 255) = 1.78%
BLUE value IS 179 (70.31% from 255) = 45.55%
R=52.67%
G=1.78%
B=45.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207717900.970.140.19308.493.4641.96
HexCF7B3061E131345d2a
Octal31772630141162346413552
Binary1100111111110110011011000011110100111001101001011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF07B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF07B3; }

 p { color: rgb(207,7,179); }

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

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

 a { background-color: rgb(207,7,179); }

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

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

 span { border-color: rgb(207,7,179); }

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