Html Css Color HEX #C825CE Deep Magenta

📋 copy color: '#C825CE'

red 200 ◦ green 37 ◦ blue 206

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

Shades of Deep Magenta #C825CE

Tints of Deep Magenta #C825CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.5%

R = 45.15%
G = 8.35%
B = 46.5%

CMYK

 C value IS 0.03

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C825CE (or 0xC825CE) is known color: Deep Magenta. HEX triplet: C8, 25 and CE. RGB value is (200,37,206). Sum of RGB (Red+Green+Blue) = 200+37+206=443 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.15% from 443); Green value is 37 (14.84% from 255 or 8.35% from 443); Blue value is 206 (80.86% from 255 or 46.50% from 443); Max value from RGB is 206 - color contains mainly: blue. Hex color #C825CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C825CE is #37DA31. Grayscale: #686868. Windows color (decimal): -3660338 or 13510088. OLE color: 13510088.

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

Color convert

RGB 200 37 206 -
CMYK 0.03 0.82 0 0.19
HSL 297.87º 0.7% 0.48% -
HSV(B) 297.87º 0.82% 0.81% -
XYZ 35.62 18.06 60 -
YUV 105 185 195.76 -
System Red Green Blue C M Y K H S L
Decimal 200 37 206 0.03 0.82 0 0.19 297.87 0.7 0.48
Hex C8 25 CE 3 52 0 13 12A 46 30
Octal 310 45 316 3 122 0 23 452 106 60
Binary 11001000 100101 11001110 11 1010010 0 10011 100101010 1000110 110000

Color Harmonies of #C825CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C825CE

Black with #C825CE

Text Example


Text Example

White with #C825CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C825CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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