Html Css Color HEX #C709AC Deep Magenta

📋 copy color: '#C709AC'

red 199 ◦ green 9 ◦ blue 172

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

Shades of Deep Magenta #C709AC

Tints of Deep Magenta #C709AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.26%

R = 52.37%
G = 2.37%
B = 45.26%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C709AC (or 0xC709AC) is known color: Deep Magenta. HEX triplet: C7, 09 and AC. RGB value is (199,9,172). Sum of RGB (Red+Green+Blue) = 199+9+172=380 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.37% from 380); Green value is 9 (3.91% from 255 or 2.37% from 380); Blue value is 172 (67.58% from 255 or 45.26% from 380); Max value from RGB is 199 - color contains mainly: red. Hex color #C709AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C709AC is #38F653. Grayscale: #535353. Windows color (decimal): -3733076 or 11274695. OLE color: 11274695.

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

Color convert

RGB 199 9 172 -
CMYK 0 0.95 0.14 0.22
HSL 308.53º 0.91% 0.41% -
HSV(B) 308.53º 0.95% 0.78% -
XYZ 31.1 15.32 40.35 -
YUV 84.39 177.45 209.75 -
System Red Green Blue C M Y K H S L
Decimal 199 9 172 0 0.95 0.14 0.22 308.53 0.91 0.41
Hex C7 9 AC 0 5F E 16 135 5B 29
Octal 307 11 254 0 137 16 26 465 133 51
Binary 11000111 1001 10101100 0 1011111 1110 10110 100110101 1011011 101001

Color Harmonies of #C709AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C709AC

Black with #C709AC

Text Example


Text Example

White with #C709AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C709AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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