Html Css Color HEX #C825BE Deep Magenta

📋 copy color: '#C825BE'

red 200 ◦ green 37 ◦ blue 190

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

Shades of Deep Magenta #C825BE

Tints of Deep Magenta #C825BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 44.5%

R = 46.84%
G = 8.67%
B = 44.5%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C825BE (or 0xC825BE) is known color: Deep Magenta. HEX triplet: C8, 25 and BE. RGB value is (200,37,190). Sum of RGB (Red+Green+Blue) = 200+37+190=427 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.84% from 427); Green value is 37 (14.84% from 255 or 8.67% from 427); Blue value is 190 (74.61% from 255 or 44.50% from 427); Max value from RGB is 200 - color contains mainly: red. Hex color #C825BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C825BE is #37DA41. Grayscale: #666666. Windows color (decimal): -3660354 or 12461512. OLE color: 12461512.

HSL color Cylindrical-coordinate representation of color #C825BE: hue angle of 303.68º 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 #C825BE is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 37 190 -
CMYK 0 0.82 0.05 0.22
HSL 303.68º 0.69% 0.46% -
HSV(B) 303.68º 0.82% 0.78% -
XYZ 33.78 17.32 50.28 -
YUV 103.18 177 197.06 -
System Red Green Blue C M Y K H S L
Decimal 200 37 190 0 0.82 0.05 0.22 303.68 0.69 0.46
Hex C8 25 BE 0 52 5 16 130 45 2E
Octal 310 45 276 0 122 5 26 460 105 56
Binary 11001000 100101 10111110 0 1010010 101 10110 100110000 1000101 101110

Color Harmonies of #C825BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C825BE

Black with #C825BE

Text Example


Text Example

White with #C825BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C825BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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