Html Css Color HEX #C707AA Deep Magenta

📋 copy color: '#C707AA'

red 199 ◦ green 7 ◦ blue 170

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

Shades of Deep Magenta #C707AA

Tints of Deep Magenta #C707AA

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.86%

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

R = 52.93%
G = 1.86%
B = 45.21%

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

#C707AA (or 0xC707AA) is known color: Deep Magenta. HEX triplet: C7, 07 and AA. RGB value is (199,7,170). Sum of RGB (Red+Green+Blue) = 199+7+170=376 (49% of max value = 765). Red value is 199 (78.12% from 255 or 52.93% from 376); Green value is 7 (3.12% from 255 or 1.86% from 376); Blue value is 170 (66.80% from 255 or 45.21% from 376); Max value from RGB is 199 - color contains mainly: red. Hex color #C707AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C707AA is #38F855. Grayscale: #525252. Windows color (decimal): -3733590 or 11143111. OLE color: 11143111.

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

Color convert

RGB 199 7 170 -
CMYK 0 0.96 0.15 0.22
HSL 309.06º 0.93% 0.4% -
HSV(B) 309.06º 0.96% 0.78% -
XYZ 30.88 15.2 39.34 -
YUV 82.99 177.11 210.75 -
System Red Green Blue C M Y K H S L
Decimal 199 7 170 0 0.96 0.15 0.22 309.06 0.93 0.4
Hex C7 7 AA 0 60 F 16 135 5D 28
Octal 307 7 252 0 140 17 26 465 135 50
Binary 11000111 111 10101010 0 1100000 1111 10110 100110101 1011101 101000

Color Harmonies of #C707AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C707AA

Black with #C707AA

Text Example


Text Example

White with #C707AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C707AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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