Html Css Color HEX #C708A9 Deep Magenta

📋 copy color: '#C708A9'

red 199 ◦ green 8 ◦ blue 169

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

Shades of Deep Magenta #C708A9

Tints of Deep Magenta #C708A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 44.95%

R = 52.93%
G = 2.13%
B = 44.95%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C708A9 (or 0xC708A9) is known color: Deep Magenta. HEX triplet: C7, 08 and A9. RGB value is (199,8,169). Sum of RGB (Red+Green+Blue) = 199+8+169=376 (49% of max value = 765). Red value is 199 (78.12% from 255 or 52.93% from 376); Green value is 8 (3.52% from 255 or 2.13% from 376); Blue value is 169 (66.41% from 255 or 44.95% from 376); Max value from RGB is 199 - color contains mainly: red. Hex color #C708A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C708A9 is #38F756. Grayscale: #535353. Windows color (decimal): -3733335 or 11077831. OLE color: 11077831.

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

Color convert

RGB 199 8 169 -
CMYK 0 0.96 0.15 0.22
HSL 309.42º 0.92% 0.41% -
HSV(B) 309.42º 0.96% 0.78% -
XYZ 30.8 15.18 38.84 -
YUV 83.46 176.28 210.41 -
System Red Green Blue C M Y K H S L
Decimal 199 8 169 0 0.96 0.15 0.22 309.42 0.92 0.41
Hex C7 8 A9 0 60 F 16 135 5C 29
Octal 307 10 251 0 140 17 26 465 134 51
Binary 11000111 1000 10101001 0 1100000 1111 10110 100110101 1011100 101001

Color Harmonies of #C708A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C708A9

Black with #C708A9

Text Example


Text Example

White with #C708A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C708A9; }

 p { color: rgb(199,8,169); }

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

background-color css

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

 a { background-color: rgb(199,8,169); }

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

border-color css

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

 span { border-color: rgb(199,8,169); }

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