Html Css Color HEX #C820AF Deep Magenta

📋 copy color: '#C820AF'

red 200 ◦ green 32 ◦ blue 175

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

Shades of Deep Magenta #C820AF

Tints of Deep Magenta #C820AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 43%

R = 49.14%
G = 7.86%
B = 43%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C820AF (or 0xC820AF) is known color: Deep Magenta. HEX triplet: C8, 20 and AF. RGB value is (200,32,175). Sum of RGB (Red+Green+Blue) = 200+32+175=407 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.14% from 407); Green value is 32 (12.89% from 255 or 7.86% from 407); Blue value is 175 (68.75% from 255 or 43.00% from 407); Max value from RGB is 200 - color contains mainly: red. Hex color #C820AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C820AF is #37DF50. Grayscale: #626262. Windows color (decimal): -3661649 or 11477192. OLE color: 11477192.

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

Color convert

RGB 200 32 175 -
CMYK 0 0.84 0.12 0.22
HSL 308.93º 0.72% 0.45% -
HSV(B) 308.93º 0.84% 0.78% -
XYZ 32.07 16.41 42.03 -
YUV 98.53 171.16 200.37 -
System Red Green Blue C M Y K H S L
Decimal 200 32 175 0 0.84 0.12 0.22 308.93 0.72 0.45
Hex C8 20 AF 0 54 C 16 135 48 2D
Octal 310 40 257 0 124 14 26 465 110 55
Binary 11001000 100000 10101111 0 1010100 1100 10110 100110101 1001000 101101

Color Harmonies of #C820AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C820AF

Black with #C820AF

Text Example


Text Example

White with #C820AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C820AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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