Html Css Color HEX #C821C1 Deep Magenta

📋 copy color: '#C821C1'

red 200 ◦ green 33 ◦ blue 193

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

Shades of Deep Magenta #C821C1

Tints of Deep Magenta #C821C1

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.75%

 BLUE value IS 193 (75.78% from 255) = 45.31%

R = 46.95%
G = 7.75%
B = 45.31%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C821C1 (or 0xC821C1) is known color: Deep Magenta. HEX triplet: C8, 21 and C1. RGB value is (200,33,193). Sum of RGB (Red+Green+Blue) = 200+33+193=426 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.95% from 426); Green value is 33 (13.28% from 255 or 7.75% from 426); Blue value is 193 (75.78% from 255 or 45.31% from 426); Max value from RGB is 200 - color contains mainly: red. Hex color #C821C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C821C1 is #37DE3E. Grayscale: #646464. Windows color (decimal): -3661375 or 12657096. OLE color: 12657096.

HSL color Cylindrical-coordinate representation of color #C821C1: hue angle of 302.51º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C821C1 is Cyan = 0, Magento = 0.84, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 33 193 -
CMYK 0 0.84 0.04 0.22
HSL 302.52º 0.72% 0.46% -
HSV(B) 302.52º 0.84% 0.78% -
XYZ 33.99 17.22 51.98 -
YUV 101.17 179.83 198.49 -
System Red Green Blue C M Y K H S L
Decimal 200 33 193 0 0.84 0.04 0.22 302.52 0.72 0.46
Hex C8 21 C1 0 54 4 16 12F 48 2E
Octal 310 41 301 0 124 4 26 457 110 56
Binary 11001000 100001 11000001 0 1010100 100 10110 100101111 1001000 101110

Color Harmonies of #C821C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C821C1

Black with #C821C1

Text Example


Text Example

White with #C821C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C821C1; }

 p { color: rgb(200,33,193); }

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

background-color css

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

 a { background-color: rgb(200,33,193); }

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

border-color css

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

 span { border-color: rgb(200,33,193); }

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