Html Css Color HEX #C825D2 Deep Magenta

📋 copy color: '#C825D2'

red 200 ◦ green 37 ◦ blue 210

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

Shades of Deep Magenta #C825D2

Tints of Deep Magenta #C825D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 46.98%

R = 44.74%
G = 8.28%
B = 46.98%

CMYK

 C value IS 0.05

 M value IS 0.82

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C825D2 (or 0xC825D2) is known color: Deep Magenta. HEX triplet: C8, 25 and D2. RGB value is (200,37,210). Sum of RGB (Red+Green+Blue) = 200+37+210=447 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.74% from 447); Green value is 37 (14.84% from 255 or 8.28% from 447); Blue value is 210 (82.42% from 255 or 46.98% from 447); Max value from RGB is 210 - color contains mainly: blue. Hex color #C825D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C825D2 is #37DA2D. Grayscale: #686868. Windows color (decimal): -3660334 or 13772232. OLE color: 13772232.

HSL color Cylindrical-coordinate representation of color #C825D2: hue angle of 296.53º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C825D2 is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 200 37 210 -
CMYK 0.05 0.82 0 0.18
HSL 296.53º 0.7% 0.48% -
HSV(B) 296.53º 0.82% 0.82% -
XYZ 36.11 18.26 62.59 -
YUV 105.46 187 195.43 -
System Red Green Blue C M Y K H S L
Decimal 200 37 210 0.05 0.82 0 0.18 296.53 0.7 0.48
Hex C8 25 D2 5 52 0 12 129 46 30
Octal 310 45 322 5 122 0 22 451 106 60
Binary 11001000 100101 11010010 101 1010010 0 10010 100101001 1000110 110000

Color Harmonies of #C825D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C825D2

Black with #C825D2

Text Example


Text Example

White with #C825D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C825D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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