Html Css Color HEX #C821C4 Deep Magenta

📋 copy color: '#C821C4'

red 200 ◦ green 33 ◦ blue 196

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

Shades of Deep Magenta #C821C4

Tints of Deep Magenta #C821C4

RGB

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

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

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

R = 46.62%
G = 7.69%
B = 45.69%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.02

 K value IS 0.22

RGB Variations

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

Color information

#C821C4 (or 0xC821C4) is known color: Deep Magenta. HEX triplet: C8, 21 and C4. RGB value is (200,33,196). Sum of RGB (Red+Green+Blue) = 200+33+196=429 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.62% from 429); Green value is 33 (13.28% from 255 or 7.69% from 429); Blue value is 196 (76.95% from 255 or 45.69% from 429); Max value from RGB is 200 - color contains mainly: red. Hex color #C821C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C821C4 is #37DE3B. Grayscale: #656565. Windows color (decimal): -3661372 or 12853704. OLE color: 12853704.

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

Color convert

RGB 200 33 196 -
CMYK 0 0.84 0.02 0.22
HSL 301.44º 0.72% 0.46% -
HSV(B) 301.44º 0.84% 0.78% -
XYZ 34.33 17.35 53.76 -
YUV 101.52 181.33 198.25 -
System Red Green Blue C M Y K H S L
Decimal 200 33 196 0 0.84 0.02 0.22 301.44 0.72 0.46
Hex C8 21 C4 0 54 2 16 12D 48 2E
Octal 310 41 304 0 124 2 26 455 110 56
Binary 11001000 100001 11000100 0 1010100 10 10110 100101101 1001000 101110

Color Harmonies of #C821C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C821C4

Black with #C821C4

Text Example


Text Example

White with #C821C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C821C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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