Html Css Color HEX #C812DF Deep Magenta

📋 copy color: '#C812DF'

red 200 ◦ green 18 ◦ blue 223

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

Shades of Deep Magenta #C812DF

Tints of Deep Magenta #C812DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.57%

R = 45.35%
G = 4.08%
B = 50.57%

CMYK

 C value IS 0.10

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C812DF (or 0xC812DF) is known color: Deep Magenta. HEX triplet: C8, 12 and DF. RGB value is (200,18,223). Sum of RGB (Red+Green+Blue) = 200+18+223=441 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.35% from 441); Green value is 18 (7.42% from 255 or 4.08% from 441); Blue value is 223 (87.5% from 255 or 50.57% from 441); Max value from RGB is 223 - color contains mainly: blue. Hex color #C812DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C812DF is #37ED20. Grayscale: #5F5F5F. Windows color (decimal): -3665185 or 14619336. OLE color: 14619336.

HSL color Cylindrical-coordinate representation of color #C812DF: hue angle of 293.27º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C812DF is Cyan = 0.10, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 200 18 223 -
CMYK 0.10 0.92 0 0.13
HSL 293.27º 0.85% 0.47% -
HSV(B) 293.27º 0.92% 0.87% -
XYZ 37.36 18.04 71.33 -
YUV 95.79 199.8 202.33 -
System Red Green Blue C M Y K H S L
Decimal 200 18 223 0.10 0.92 0 0.13 293.27 0.85 0.47
Hex C8 12 DF A 5C 0 D 125 55 2F
Octal 310 22 337 12 134 0 15 445 125 57
Binary 11001000 10010 11011111 1010 1011100 0 1101 100100101 1010101 101111

Color Harmonies of #C812DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C812DF

Black with #C812DF

Text Example


Text Example

White with #C812DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C812DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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