Html Css Color HEX #C812C4 Deep Magenta

📋 copy color: '#C812C4'

red 200 ◦ green 18 ◦ blue 196

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

Shades of Deep Magenta #C812C4

Tints of Deep Magenta #C812C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 47.34%

R = 48.31%
G = 4.35%
B = 47.34%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.02

 K value IS 0.22

RGB Variations

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

Color information

#C812C4 (or 0xC812C4) is known color: Deep Magenta. HEX triplet: C8, 12 and C4. RGB value is (200,18,196). Sum of RGB (Red+Green+Blue) = 200+18+196=414 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.31% from 414); Green value is 18 (7.42% from 255 or 4.35% from 414); Blue value is 196 (76.95% from 255 or 47.34% from 414); Max value from RGB is 200 - color contains mainly: red. Hex color #C812C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C812C4 is #37ED3B. Grayscale: #5C5C5C. Windows color (decimal): -3665212 or 12849864. OLE color: 12849864.

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

Color convert

RGB 200 18 196 -
CMYK 0 0.91 0.02 0.22
HSL 301.32º 0.83% 0.43% -
HSV(B) 301.32º 0.91% 0.78% -
XYZ 34 16.7 53.66 -
YUV 92.71 186.3 204.53 -
System Red Green Blue C M Y K H S L
Decimal 200 18 196 0 0.91 0.02 0.22 301.32 0.83 0.43
Hex C8 12 C4 0 5B 2 16 12D 53 2B
Octal 310 22 304 0 133 2 26 455 123 53
Binary 11001000 10010 11000100 0 1011011 10 10110 100101101 1010011 101011

Color Harmonies of #C812C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C812C4

Black with #C812C4

Text Example


Text Example

White with #C812C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C812C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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