Html Css Color HEX #C820E1 Deep Magenta

📋 copy color: '#C820E1'

red 200 ◦ green 32 ◦ blue 225

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

Shades of Deep Magenta #C820E1

Tints of Deep Magenta #C820E1

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7%

 BLUE value IS 225 (88.28% from 255) = 49.23%

R = 43.76%
G = 7%
B = 49.23%

CMYK

 C value IS 0.11

 M value IS 0.86

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C820E1 (or 0xC820E1) is known color: Deep Magenta. HEX triplet: C8, 20 and E1. RGB value is (200,32,225). Sum of RGB (Red+Green+Blue) = 200+32+225=457 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.76% from 457); Green value is 32 (12.89% from 255 or 7.00% from 457); Blue value is 225 (88.28% from 255 or 49.23% from 457); Max value from RGB is 225 - color contains mainly: blue. Hex color #C820E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C820E1 is #37DF1E. Grayscale: #676767. Windows color (decimal): -3661599 or 14753992. OLE color: 14753992.

HSL color Cylindrical-coordinate representation of color #C820E1: hue angle of 292.23º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C820E1 is Cyan = 0.11, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 200 32 225 -
CMYK 0.11 0.86 0 0.12
HSL 292.23º 0.76% 0.5% -
HSV(B) 292.23º 0.86% 0.88% -
XYZ 37.93 18.75 72.85 -
YUV 104.23 196.16 196.31 -
System Red Green Blue C M Y K H S L
Decimal 200 32 225 0.11 0.86 0 0.12 292.23 0.76 0.5
Hex C8 20 E1 B 56 0 C 124 4C 32
Octal 310 40 341 13 126 0 14 444 114 62
Binary 11001000 100000 11100001 1011 1010110 0 1100 100100100 1001100 110010

Color Harmonies of #C820E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C820E1

Black with #C820E1

Text Example


Text Example

White with #C820E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C820E1; }

 p { color: rgb(200,32,225); }

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

background-color css

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

 a { background-color: rgb(200,32,225); }

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

border-color css

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

 span { border-color: rgb(200,32,225); }

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