Html Css Color HEX #C820C5 Deep Magenta

📋 copy color: '#C820C5'

red 200 ◦ green 32 ◦ blue 197

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

Shades of Deep Magenta #C820C5

Tints of Deep Magenta #C820C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 45.92%

R = 46.62%
G = 7.46%
B = 45.92%

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

#C820C5 (or 0xC820C5) is known color: Deep Magenta. HEX triplet: C8, 20 and C5. RGB value is (200,32,197). Sum of RGB (Red+Green+Blue) = 200+32+197=429 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.62% from 429); Green value is 32 (12.89% from 255 or 7.46% from 429); Blue value is 197 (77.34% from 255 or 45.92% from 429); Max value from RGB is 200 - color contains mainly: red. Hex color #C820C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C820C5 is #37DF3A. Grayscale: #646464. Windows color (decimal): -3661627 or 12918984. OLE color: 12918984.

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

Color convert

RGB 200 32 197 -
CMYK 0 0.84 0.02 0.22
HSL 301.07º 0.72% 0.45% -
HSV(B) 301.07º 0.84% 0.78% -
XYZ 34.41 17.34 54.36 -
YUV 101.04 182.16 198.58 -
System Red Green Blue C M Y K H S L
Decimal 200 32 197 0 0.84 0.02 0.22 301.07 0.72 0.45
Hex C8 20 C5 0 54 2 16 12D 48 2D
Octal 310 40 305 0 124 2 26 455 110 55
Binary 11001000 100000 11000101 0 1010100 10 10110 100101101 1001000 101101

Color Harmonies of #C820C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C820C5

Black with #C820C5

Text Example


Text Example

White with #C820C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C820C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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