Html Css Color HEX #C825DC Deep Magenta

📋 copy color: '#C825DC'

red 200 ◦ green 37 ◦ blue 220

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

Shades of Deep Magenta #C825DC

Tints of Deep Magenta #C825DC

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.1%

 BLUE value IS 220 (86.33% from 255) = 48.14%

R = 43.76%
G = 8.1%
B = 48.14%

CMYK

 C value IS 0.09

 M value IS 0.83

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C825DC (or 0xC825DC) is known color: Deep Magenta. HEX triplet: C8, 25 and DC. RGB value is (200,37,220). Sum of RGB (Red+Green+Blue) = 200+37+220=457 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.76% from 457); Green value is 37 (14.84% from 255 or 8.10% from 457); Blue value is 220 (86.33% from 255 or 48.14% from 457); Max value from RGB is 220 - color contains mainly: blue. Hex color #C825DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C825DC is #37DA23. Grayscale: #6A6A6A. Windows color (decimal): -3660324 or 14427592. OLE color: 14427592.

HSL color Cylindrical-coordinate representation of color #C825DC: hue angle of 293.44º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C825DC is Cyan = 0.09, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 200 37 220 -
CMYK 0.09 0.83 0 0.14
HSL 293.44º 0.72% 0.5% -
HSV(B) 293.44º 0.83% 0.86% -
XYZ 37.4 18.77 69.36 -
YUV 106.6 192 194.62 -
System Red Green Blue C M Y K H S L
Decimal 200 37 220 0.09 0.83 0 0.14 293.44 0.72 0.5
Hex C8 25 DC 9 53 0 E 125 48 32
Octal 310 45 334 11 123 0 16 445 110 62
Binary 11001000 100101 11011100 1001 1010011 0 1110 100100101 1001000 110010

Color Harmonies of #C825DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C825DC

Black with #C825DC

Text Example


Text Example

White with #C825DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C825DC; }

 p { color: rgb(200,37,220); }

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

background-color css

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

 a { background-color: rgb(200,37,220); }

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

border-color css

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

 span { border-color: rgb(200,37,220); }

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