#C707CA

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

Shades of Deep Magenta #C707CA

Tints of Deep Magenta #C707CA

Color information

#C707CA (or 0xC707CA) is unknown color: approx Deep Magenta. HEX triplet: C7, 07 and CA. RGB value is (199,7,202). Sum of RGB (Red+Green+Blue) = 199+7+202=408 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.77% from 408); Green value is 7 (3.12% from 255 or 1.72% from 408); Blue value is 202 (79.30% from 255 or 49.51% from 408); Max value from RGB is 202 - color contains mainly: blue. Hex color #C707CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C707CA is #38F835. Grayscale: #565656. Windows color (decimal): -3733558 or 13240263. OLE color: 13240263.

HSL color Cylindrical-coordinate representation of color #C707CA: hue angle of 299.08º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C707CA is Cyan = 0.01, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB1997202-
CMYK0.010.9700.21
HSL299.08º93.3%40.98%-
HSV(B)299.08º96.53%79.22%-
XYZ34.2916.5657.27-
YUV86.64193.11208.14-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 48.77%
GREEN value IS 7 (3.12% from 255) = 1.72%
BLUE value IS 202 (79.30% from 255) = 49.51%
R=48.77%
G=1.72%
B=49.51%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal19972020.010.9700.21299.0893.340.98
HexC77CA16101512b5d29
Octal3077312114102545313551
Binary1100011111111001010111000010101011001010111011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C707CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C707CA; }

 p { color: rgb(199,7,202); }

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

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

 a { background-color: rgb(199,7,202); }

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

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

 span { border-color: rgb(199,7,202); }

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