Html Css Color HEX #C825BF Deep Magenta

📋 copy color: '#C825BF'

red 200 ◦ green 37 ◦ blue 191

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

Shades of Deep Magenta #C825BF

Tints of Deep Magenta #C825BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 44.63%

R = 46.73%
G = 8.64%
B = 44.63%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C825BF (or 0xC825BF) is known color: Deep Magenta. HEX triplet: C8, 25 and BF. RGB value is (200,37,191). Sum of RGB (Red+Green+Blue) = 200+37+191=428 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.73% from 428); Green value is 37 (14.84% from 255 or 8.64% from 428); Blue value is 191 (75% from 255 or 44.63% from 428); Max value from RGB is 200 - color contains mainly: red. Hex color #C825BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C825BF is #37DA40. Grayscale: #666666. Windows color (decimal): -3660353 or 12527048. OLE color: 12527048.

HSL color Cylindrical-coordinate representation of color #C825BF: hue angle of 303.31º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C825BF is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 37 191 -
CMYK 0 0.82 0.04 0.22
HSL 303.31º 0.69% 0.46% -
HSV(B) 303.31º 0.82% 0.78% -
XYZ 33.88 17.36 50.86 -
YUV 103.29 177.5 196.98 -
System Red Green Blue C M Y K H S L
Decimal 200 37 191 0 0.82 0.04 0.22 303.31 0.69 0.46
Hex C8 25 BF 0 52 4 16 12F 45 2E
Octal 310 45 277 0 122 4 26 457 105 56
Binary 11001000 100101 10111111 0 1010010 100 10110 100101111 1000101 101110

Color Harmonies of #C825BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C825BF

Black with #C825BF

Text Example


Text Example

White with #C825BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C825BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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