#C603D2

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

Shades of Deep Magenta #C603D2

Tints of Deep Magenta #C603D2

Color information

#C603D2 (or 0xC603D2) is unknown color: approx Deep Magenta. HEX triplet: C6, 03 and D2. RGB value is (198,3,210). Sum of RGB (Red+Green+Blue) = 198+3+210=411 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.18% from 411); Green value is 3 (1.56% from 255 or 0.73% from 411); Blue value is 210 (82.42% from 255 or 51.09% from 411); Max value from RGB is 210 - color contains mainly: blue. Hex color #C603D2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C603D2 is #39FC2D. Grayscale: #545454. Windows color (decimal): -3800110 or 13763526. OLE color: 13763526.

HSL color Cylindrical-coordinate representation of color #C603D2: hue angle of 296.52º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C603D2 is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB1983210-
CMYK0.060.9900.18
HSL296.52º97.18%41.76%-
HSV(B)296.52º98.57%82.35%-
XYZ34.9516.7262.36-
YUV84.9198.6208.67-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 48.18%
GREEN value IS 3 (1.56% from 255) = 0.73%
BLUE value IS 210 (82.42% from 255) = 51.09%
R=48.18%
G=0.73%
B=51.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal19832100.060.9900.18296.5297.1841.76
HexC63D2663012129612a
Octal3063322614302245114152
Binary11000110111101001011011000110100101001010011100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C603D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C603D2; }

 p { color: rgb(198,3,210); }

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

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

 a { background-color: rgb(198,3,210); }

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

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

 span { border-color: rgb(198,3,210); }

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