Html Css Color HEX #C812AF Deep Magenta

📋 copy color: '#C812AF'

red 200 ◦ green 18 ◦ blue 175

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

Shades of Deep Magenta #C812AF

Tints of Deep Magenta #C812AF

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.58%

 BLUE value IS 175 (68.75% from 255) = 44.53%

R = 50.89%
G = 4.58%
B = 44.53%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C812AF (or 0xC812AF) is known color: Deep Magenta. HEX triplet: C8, 12 and AF. RGB value is (200,18,175). Sum of RGB (Red+Green+Blue) = 200+18+175=393 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.89% from 393); Green value is 18 (7.42% from 255 or 4.58% from 393); Blue value is 175 (68.75% from 255 or 44.53% from 393); Max value from RGB is 200 - color contains mainly: red. Hex color #C812AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C812AF is #37ED50. Grayscale: #595959. Windows color (decimal): -3665233 or 11473608. OLE color: 11473608.

HSL color Cylindrical-coordinate representation of color #C812AF: hue angle of 308.24º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C812AF is Cyan = 0, Magento = 0.91, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 18 175 -
CMYK 0 0.91 0.12 0.22
HSL 308.24º 0.83% 0.43% -
HSV(B) 308.24º 0.91% 0.78% -
XYZ 31.77 15.81 41.93 -
YUV 90.32 175.8 206.23 -
System Red Green Blue C M Y K H S L
Decimal 200 18 175 0 0.91 0.12 0.22 308.24 0.83 0.43
Hex C8 12 AF 0 5B C 16 134 53 2B
Octal 310 22 257 0 133 14 26 464 123 53
Binary 11001000 10010 10101111 0 1011011 1100 10110 100110100 1010011 101011

Color Harmonies of #C812AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C812AF

Black with #C812AF

Text Example


Text Example

White with #C812AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C812AF; }

 p { color: rgb(200,18,175); }

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

background-color css

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

 a { background-color: rgb(200,18,175); }

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

border-color css

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

 span { border-color: rgb(200,18,175); }

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