Html Css Color HEX #C708AA Deep Magenta

📋 copy color: '#C708AA'

red 199 ◦ green 8 ◦ blue 170

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

Shades of Deep Magenta #C708AA

Tints of Deep Magenta #C708AA

RGB

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

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

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

R = 52.79%
G = 2.12%
B = 45.09%

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

#C708AA (or 0xC708AA) is known color: Deep Magenta. HEX triplet: C7, 08 and AA. RGB value is (199,8,170). Sum of RGB (Red+Green+Blue) = 199+8+170=377 (49% of max value = 765). Red value is 199 (78.12% from 255 or 52.79% from 377); Green value is 8 (3.52% from 255 or 2.12% from 377); Blue value is 170 (66.80% from 255 or 45.09% from 377); Max value from RGB is 199 - color contains mainly: red. Hex color #C708AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C708AA is #38F755. Grayscale: #535353. Windows color (decimal): -3733334 or 11143367. OLE color: 11143367.

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

Color convert

RGB 199 8 170 -
CMYK 0 0.96 0.15 0.22
HSL 309.11º 0.92% 0.41% -
HSV(B) 309.11º 0.96% 0.78% -
XYZ 30.9 15.22 39.34 -
YUV 83.58 176.78 210.33 -
System Red Green Blue C M Y K H S L
Decimal 199 8 170 0 0.96 0.15 0.22 309.11 0.92 0.41
Hex C7 8 AA 0 60 F 16 135 5C 29
Octal 307 10 252 0 140 17 26 465 134 51
Binary 11000111 1000 10101010 0 1100000 1111 10110 100110101 1011100 101001

Color Harmonies of #C708AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C708AA

Black with #C708AA

Text Example


Text Example

White with #C708AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C708AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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