Html Css Color HEX #C823D6 Deep Magenta

📋 copy color: '#C823D6'

red 200 ◦ green 35 ◦ blue 214

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

Shades of Deep Magenta #C823D6

Tints of Deep Magenta #C823D6

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.8%

 BLUE value IS 214 (83.98% from 255) = 47.66%

R = 44.54%
G = 7.8%
B = 47.66%

CMYK

 C value IS 0.07

 M value IS 0.84

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C823D6 (or 0xC823D6) is known color: Deep Magenta. HEX triplet: C8, 23 and D6. RGB value is (200,35,214). Sum of RGB (Red+Green+Blue) = 200+35+214=449 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.54% from 449); Green value is 35 (14.06% from 255 or 7.80% from 449); Blue value is 214 (83.98% from 255 or 47.66% from 449); Max value from RGB is 214 - color contains mainly: blue. Hex color #C823D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C823D6 is #37DC29. Grayscale: #686868. Windows color (decimal): -3660842 or 14033864. OLE color: 14033864.

HSL color Cylindrical-coordinate representation of color #C823D6: hue angle of 295.31º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C823D6 is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 200 35 214 -
CMYK 0.07 0.84 0 0.16
HSL 295.31º 0.72% 0.49% -
HSV(B) 295.31º 0.84% 0.84% -
XYZ 36.56 18.34 65.23 -
YUV 104.74 189.66 195.95 -
System Red Green Blue C M Y K H S L
Decimal 200 35 214 0.07 0.84 0 0.16 295.31 0.72 0.49
Hex C8 23 D6 7 54 0 10 127 48 31
Octal 310 43 326 7 124 0 20 447 110 61
Binary 11001000 100011 11010110 111 1010100 0 10000 100100111 1001000 110001

Color Harmonies of #C823D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C823D6

Black with #C823D6

Text Example


Text Example

White with #C823D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C823D6; }

 p { color: rgb(200,35,214); }

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

background-color css

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

 a { background-color: rgb(200,35,214); }

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

border-color css

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

 span { border-color: rgb(200,35,214); }

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