Html Css Color HEX #C709AA Deep Magenta

📋 copy color: '#C709AA'

red 199 ◦ green 9 ◦ blue 170

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

Shades of Deep Magenta #C709AA

Tints of Deep Magenta #C709AA

RGB

 RED value IS 199 (78.13% from 255) = 52.65%

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

 BLUE value IS 170 (66.8% from 255) = 44.97%

R = 52.65%
G = 2.38%
B = 44.97%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C709AA (or 0xC709AA) is known color: Deep Magenta. HEX triplet: C7, 09 and AA. RGB value is (199,9,170). Sum of RGB (Red+Green+Blue) = 199+9+170=378 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.65% from 378); Green value is 9 (3.91% from 255 or 2.38% from 378); Blue value is 170 (66.80% from 255 or 44.97% from 378); Max value from RGB is 199 - color contains mainly: red. Hex color #C709AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C709AA is #38F655. Grayscale: #535353. Windows color (decimal): -3733078 or 11143623. OLE color: 11143623.

HSL color Cylindrical-coordinate representation of color #C709AA: hue angle of 309.16º 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 #C709AA is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 9 170 -
CMYK 0 0.95 0.15 0.22
HSL 309.16º 0.91% 0.41% -
HSV(B) 309.16º 0.95% 0.78% -
XYZ 30.91 15.24 39.34 -
YUV 84.16 176.45 209.91 -
System Red Green Blue C M Y K H S L
Decimal 199 9 170 0 0.95 0.15 0.22 309.16 0.91 0.41
Hex C7 9 AA 0 5F F 16 135 5B 29
Octal 307 11 252 0 137 17 26 465 133 51
Binary 11000111 1001 10101010 0 1011111 1111 10110 100110101 1011011 101001

Color Harmonies of #C709AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C709AA

Black with #C709AA

Text Example


Text Example

White with #C709AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C709AA; }

 p { color: rgb(199,9,170); }

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

background-color css

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

 a { background-color: rgb(199,9,170); }

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

border-color css

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

 span { border-color: rgb(199,9,170); }

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