Html Css Color HEX #C81AC7 Deep Magenta

📋 copy color: '#C81AC7'

red 200 ◦ green 26 ◦ blue 199

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

Shades of Deep Magenta #C81AC7

Tints of Deep Magenta #C81AC7

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.12%

 BLUE value IS 199 (78.13% from 255) = 46.82%

R = 47.06%
G = 6.12%
B = 46.82%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.00

 K value IS 0.22

RGB Variations

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

Color information

#C81AC7 (or 0xC81AC7) is known color: Deep Magenta. HEX triplet: C8, 1A and C7. RGB value is (200,26,199). Sum of RGB (Red+Green+Blue) = 200+26+199=425 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.06% from 425); Green value is 26 (10.55% from 255 or 6.12% from 425); Blue value is 199 (78.12% from 255 or 46.82% from 425); Max value from RGB is 200 - color contains mainly: red. Hex color #C81AC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C81AC7 is #37E538. Grayscale: #616161. Windows color (decimal): -3663161 or 13048520. OLE color: 13048520.

HSL color Cylindrical-coordinate representation of color #C81AC7: hue angle of 300.34º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C81AC7 is Cyan = 0, Magento = 0.87, Yellow = 0.00 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 26 199 -
CMYK 0 0.87 0.00 0.22
HSL 300.34º 0.77% 0.44% -
HSV(B) 300.34º 0.87% 0.78% -
XYZ 34.5 17.14 55.52 -
YUV 97.75 185.15 200.93 -
System Red Green Blue C M Y K H S L
Decimal 200 26 199 0 0.87 0.00 0.22 300.34 0.77 0.44
Hex C8 1A C7 0 57 0 16 12C 4D 2C
Octal 310 32 307 0 127 0 26 454 115 54
Binary 11001000 11010 11000111 0 1010111 0 10110 100101100 1001101 101100

Color Harmonies of #C81AC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81AC7

Black with #C81AC7

Text Example


Text Example

White with #C81AC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81AC7; }

 p { color: rgb(200,26,199); }

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

background-color css

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

 a { background-color: rgb(200,26,199); }

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

border-color css

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

 span { border-color: rgb(200,26,199); }

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