#C208C4

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

Shades of Deep Magenta #C208C4

Tints of Deep Magenta #C208C4

Color information

#C208C4 (or 0xC208C4) is unknown color: approx Deep Magenta. HEX triplet: C2, 08 and C4. RGB value is (194,8,196). Sum of RGB (Red+Green+Blue) = 194+8+196=398 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.74% from 398); Green value is 8 (3.52% from 255 or 2.01% from 398); Blue value is 196 (76.95% from 255 or 49.25% from 398); Max value from RGB is 196 - color contains mainly: blue. Hex color #C208C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C208C4 is #3DF73B. Grayscale: #545454. Windows color (decimal): -4060988 or 12847298. OLE color: 12847298.

HSL color Cylindrical-coordinate representation of color #C208C4: hue angle of 299.36º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C208C4 is Cyan = 0.01, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB1948196-
CMYK0.010.9600.23
HSL299.36º92.16%40%-
HSV(B)299.36º95.92%76.86%-
XYZ32.315.6353.54-
YUV85.05190.62205.71-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.74%
GREEN value IS 8 (3.52% from 255) = 2.01%
BLUE value IS 196 (76.95% from 255) = 49.25%
R=48.74%
G=2.01%
B=49.25%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19481960.010.9600.23299.3692.1640
HexC28C416001712b5c28
Octal30210304114002745313450
Binary11000010100011000100111000000101111001010111011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C208C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C208C4; }

 p { color: rgb(194,8,196); }

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

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

 a { background-color: rgb(194,8,196); }

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

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

 span { border-color: rgb(194,8,196); }

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