Html Css Color HEX #C807AC Deep Magenta

📋 copy color: '#C807AC'

red 200 ◦ green 7 ◦ blue 172

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

Shades of Deep Magenta #C807AC

Tints of Deep Magenta #C807AC

RGB

 RED value IS 200 (78.52% from 255) = 52.77%

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

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

R = 52.77%
G = 1.85%
B = 45.38%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C807AC (or 0xC807AC) is known color: Deep Magenta. HEX triplet: C8, 07 and AC. RGB value is (200,7,172). Sum of RGB (Red+Green+Blue) = 200+7+172=379 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.77% from 379); Green value is 7 (3.12% from 255 or 1.85% from 379); Blue value is 172 (67.58% from 255 or 45.38% from 379); Max value from RGB is 200 - color contains mainly: red. Hex color #C807AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C807AC is #37F853. Grayscale: #535353. Windows color (decimal): -3668052 or 11274184. OLE color: 11274184.

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

Color convert

RGB 200 7 172 -
CMYK 0 0.96 0.14 0.22
HSL 308.7º 0.93% 0.41% -
HSV(B) 308.7º 0.97% 0.78% -
XYZ 31.34 15.41 40.35 -
YUV 83.52 177.94 211.08 -
System Red Green Blue C M Y K H S L
Decimal 200 7 172 0 0.96 0.14 0.22 308.7 0.93 0.41
Hex C8 7 AC 0 60 E 16 135 5D 29
Octal 310 7 254 0 140 16 26 465 135 51
Binary 11001000 111 10101100 0 1100000 1110 10110 100110101 1011101 101001

Color Harmonies of #C807AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C807AC

Black with #C807AC

Text Example


Text Example

White with #C807AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C807AC; }

 p { color: rgb(200,7,172); }

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

background-color css

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

 a { background-color: rgb(200,7,172); }

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

border-color css

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

 span { border-color: rgb(200,7,172); }

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