Html Css Color HEX #C809C2 Deep Magenta

📋 copy color: '#C809C2'

red 200 ◦ green 9 ◦ blue 194

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

Shades of Deep Magenta #C809C2

Tints of Deep Magenta #C809C2

RGB

 RED value IS 200 (78.52% from 255) = 49.63%

 GREEN value IS 9 (3.91% from 255) = 2.23%

 BLUE value IS 194 (76.17% from 255) = 48.14%

R = 49.63%
G = 2.23%
B = 48.14%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.03

 K value IS 0.22

RGB Variations

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

Color information

#C809C2 (or 0xC809C2) is known color: Deep Magenta. HEX triplet: C8, 09 and C2. RGB value is (200,9,194). Sum of RGB (Red+Green+Blue) = 200+9+194=403 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.63% from 403); Green value is 9 (3.91% from 255 or 2.23% from 403); Blue value is 194 (76.17% from 255 or 48.14% from 403); Max value from RGB is 200 - color contains mainly: red. Hex color #C809C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C809C2 is #37F63D. Grayscale: #565656. Windows color (decimal): -3667518 or 12716488. OLE color: 12716488.

HSL color Cylindrical-coordinate representation of color #C809C2: hue angle of 301.88º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C809C2 is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 9 194 -
CMYK 0 0.96 0.03 0.22
HSL 301.88º 0.91% 0.41% -
HSV(B) 301.88º 0.96% 0.78% -
XYZ 33.65 16.37 52.42 -
YUV 87.2 188.28 208.46 -
System Red Green Blue C M Y K H S L
Decimal 200 9 194 0 0.96 0.03 0.22 301.88 0.91 0.41
Hex C8 9 C2 0 60 3 16 12E 5B 29
Octal 310 11 302 0 140 3 26 456 133 51
Binary 11001000 1001 11000010 0 1100000 11 10110 100101110 1011011 101001

Color Harmonies of #C809C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C809C2

Black with #C809C2

Text Example


Text Example

White with #C809C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C809C2; }

 p { color: rgb(200,9,194); }

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

background-color css

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

 a { background-color: rgb(200,9,194); }

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

border-color css

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

 span { border-color: rgb(200,9,194); }

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