Html Css Color HEX #C208C0 Deep Magenta

📋 copy color: '#C208C0'

red 194 ◦ green 8 ◦ blue 192

#C208C0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #C208C0

Tints of Deep Magenta #C208C0

RGB

 RED value IS 194 (76.17% from 255) = 49.24%

 GREEN value IS 8 (3.52% from 255) = 2.03%

 BLUE value IS 192 (75.39% from 255) = 48.73%

R = 49.24%
G = 2.03%
B = 48.73%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C208C0 (or 0xC208C0) is known color: Deep Magenta. HEX triplet: C2, 08 and C0. RGB value is (194,8,192). Sum of RGB (Red+Green+Blue) = 194+8+192=394 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.24% from 394); Green value is 8 (3.52% from 255 or 2.03% from 394); Blue value is 192 (75.39% from 255 or 48.73% from 394); Max value from RGB is 194 - color contains mainly: red. Hex color #C208C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C208C0 is #3DF73F. Grayscale: #545454. Windows color (decimal): -4060992 or 12585154. OLE color: 12585154.

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

Color convert

RGB 194 8 192 -
CMYK 0 0.96 0.01 0.24
HSL 300.65º 0.92% 0.4% -
HSV(B) 300.65º 0.96% 0.76% -
XYZ 31.85 15.45 51.17 -
YUV 84.59 188.62 206.04 -
System Red Green Blue C M Y K H S L
Decimal 194 8 192 0 0.96 0.01 0.24 300.65 0.92 0.4
Hex C2 8 C0 0 60 1 18 12D 5C 28
Octal 302 10 300 0 140 1 30 455 134 50
Binary 11000010 1000 11000000 0 1100000 1 11000 100101101 1011100 101000

Color Harmonies of #C208C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C208C0

Black with #C208C0

Text Example


Text Example

White with #C208C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C208C0; }

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

 H1.HeaderClassName
 {
   color: #C208C0;
 }
 .AnyTagClassName
 {
   color: #C208C0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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