Html Css Color HEX #C816CD Deep Magenta

📋 copy color: '#C816CD'

red 200 ◦ green 22 ◦ blue 205

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

Shades of Deep Magenta #C816CD

Tints of Deep Magenta #C816CD

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.15%

 BLUE value IS 205 (80.47% from 255) = 48.01%

R = 46.84%
G = 5.15%
B = 48.01%

CMYK

 C value IS 0.02

 M value IS 0.89

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C816CD (or 0xC816CD) is known color: Deep Magenta. HEX triplet: C8, 16 and CD. RGB value is (200,22,205). Sum of RGB (Red+Green+Blue) = 200+22+205=427 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.84% from 427); Green value is 22 (8.98% from 255 or 5.15% from 427); Blue value is 205 (80.47% from 255 or 48.01% from 427); Max value from RGB is 205 - color contains mainly: blue. Hex color #C816CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C816CD is #37E932. Grayscale: #5F5F5F. Windows color (decimal): -3664179 or 13440712. OLE color: 13440712.

HSL color Cylindrical-coordinate representation of color #C816CD: hue angle of 298.36º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C816CD is Cyan = 0.02, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 200 22 205 -
CMYK 0.02 0.89 0 0.20
HSL 298.36º 0.81% 0.45% -
HSV(B) 298.36º 0.89% 0.8% -
XYZ 35.13 17.26 59.24 -
YUV 96.08 189.47 202.12 -
System Red Green Blue C M Y K H S L
Decimal 200 22 205 0.02 0.89 0 0.20 298.36 0.81 0.45
Hex C8 16 CD 2 59 0 14 12A 51 2D
Octal 310 26 315 2 131 0 24 452 121 55
Binary 11001000 10110 11001101 10 1011001 0 10100 100101010 1010001 101101

Color Harmonies of #C816CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C816CD

Black with #C816CD

Text Example


Text Example

White with #C816CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C816CD; }

 p { color: rgb(200,22,205); }

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

background-color css

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

 a { background-color: rgb(200,22,205); }

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

border-color css

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

 span { border-color: rgb(200,22,205); }

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