Html Css Color HEX #C812C0 Deep Magenta

📋 copy color: '#C812C0'

red 200 ◦ green 18 ◦ blue 192

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

Shades of Deep Magenta #C812C0

Tints of Deep Magenta #C812C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 46.83%

R = 48.78%
G = 4.39%
B = 46.83%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C812C0 (or 0xC812C0) is known color: Deep Magenta. HEX triplet: C8, 12 and C0. RGB value is (200,18,192). Sum of RGB (Red+Green+Blue) = 200+18+192=410 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.78% from 410); Green value is 18 (7.42% from 255 or 4.39% from 410); Blue value is 192 (75.39% from 255 or 46.83% from 410); Max value from RGB is 200 - color contains mainly: red. Hex color #C812C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C812C0 is #37ED3F. Grayscale: #5B5B5B. Windows color (decimal): -3665216 or 12587720. OLE color: 12587720.

HSL color Cylindrical-coordinate representation of color #C812C0: hue angle of 302.64º 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 #C812C0 is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 18 192 -
CMYK 0 0.91 0.04 0.22
HSL 302.64º 0.83% 0.43% -
HSV(B) 302.64º 0.91% 0.78% -
XYZ 33.55 16.52 51.29 -
YUV 92.25 184.3 204.85 -
System Red Green Blue C M Y K H S L
Decimal 200 18 192 0 0.91 0.04 0.22 302.64 0.83 0.43
Hex C8 12 C0 0 5B 4 16 12F 53 2B
Octal 310 22 300 0 133 4 26 457 123 53
Binary 11001000 10010 11000000 0 1011011 100 10110 100101111 1010011 101011

Color Harmonies of #C812C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C812C0

Black with #C812C0

Text Example


Text Example

White with #C812C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C812C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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