Html Css Color HEX #C812CD Deep Magenta

📋 copy color: '#C812CD'

red 200 ◦ green 18 ◦ blue 205

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

Shades of Deep Magenta #C812CD

Tints of Deep Magenta #C812CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.46%

R = 47.28%
G = 4.26%
B = 48.46%

CMYK

 C value IS 0.02

 M value IS 0.91

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C812CD (or 0xC812CD) is known color: Deep Magenta. HEX triplet: C8, 12 and CD. RGB value is (200,18,205). Sum of RGB (Red+Green+Blue) = 200+18+205=423 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.28% from 423); Green value is 18 (7.42% from 255 or 4.26% from 423); Blue value is 205 (80.47% from 255 or 48.46% from 423); Max value from RGB is 205 - color contains mainly: blue. Hex color #C812CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C812CD is #37ED32. Grayscale: #5D5D5D. Windows color (decimal): -3665203 or 13439688. OLE color: 13439688.

HSL color Cylindrical-coordinate representation of color #C812CD: hue angle of 298.4º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C812CD is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 200 18 205 -
CMYK 0.02 0.91 0 0.20
HSL 298.4º 0.84% 0.44% -
HSV(B) 298.4º 0.91% 0.8% -
XYZ 35.06 17.12 59.21 -
YUV 93.74 190.8 203.79 -
System Red Green Blue C M Y K H S L
Decimal 200 18 205 0.02 0.91 0 0.20 298.4 0.84 0.44
Hex C8 12 CD 2 5B 0 14 12A 54 2C
Octal 310 22 315 2 133 0 24 452 124 54
Binary 11001000 10010 11001101 10 1011011 0 10100 100101010 1010100 101100

Color Harmonies of #C812CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C812CD

Black with #C812CD

Text Example


Text Example

White with #C812CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C812CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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