Html Css Color HEX #C820C7 Deep Magenta

📋 copy color: '#C820C7'

red 200 ◦ green 32 ◦ blue 199

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

Shades of Deep Magenta #C820C7

Tints of Deep Magenta #C820C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 46.17%

R = 46.4%
G = 7.42%
B = 46.17%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.00

 K value IS 0.22

RGB Variations

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

Color information

#C820C7 (or 0xC820C7) is known color: Deep Magenta. HEX triplet: C8, 20 and C7. RGB value is (200,32,199). Sum of RGB (Red+Green+Blue) = 200+32+199=431 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.40% from 431); Green value is 32 (12.89% from 255 or 7.42% from 431); Blue value is 199 (78.12% from 255 or 46.17% from 431); Max value from RGB is 200 - color contains mainly: red. Hex color #C820C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C820C7 is #37DF38. Grayscale: #646464. Windows color (decimal): -3661625 or 13050056. OLE color: 13050056.

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

Color convert

RGB 200 32 199 -
CMYK 0 0.84 0.00 0.22
HSL 300.36º 0.72% 0.45% -
HSV(B) 300.36º 0.84% 0.78% -
XYZ 34.64 17.44 55.57 -
YUV 101.27 183.16 198.42 -
System Red Green Blue C M Y K H S L
Decimal 200 32 199 0 0.84 0.00 0.22 300.36 0.72 0.45
Hex C8 20 C7 0 54 0 16 12C 48 2D
Octal 310 40 307 0 124 0 26 454 110 55
Binary 11001000 100000 11000111 0 1010100 0 10110 100101100 1001000 101101

Color Harmonies of #C820C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C820C7

Black with #C820C7

Text Example


Text Example

White with #C820C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C820C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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