Html Css Color HEX #C823BA Deep Magenta

📋 copy color: '#C823BA'

red 200 ◦ green 35 ◦ blue 186

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

Shades of Deep Magenta #C823BA

Tints of Deep Magenta #C823BA

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.31%

 BLUE value IS 186 (73.05% from 255) = 44.18%

R = 47.51%
G = 8.31%
B = 44.18%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C823BA (or 0xC823BA) is known color: Deep Magenta. HEX triplet: C8, 23 and BA. RGB value is (200,35,186). Sum of RGB (Red+Green+Blue) = 200+35+186=421 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.51% from 421); Green value is 35 (14.06% from 255 or 8.31% from 421); Blue value is 186 (73.05% from 255 or 44.18% from 421); Max value from RGB is 200 - color contains mainly: red. Hex color #C823BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C823BA is #37DC45. Grayscale: #656565. Windows color (decimal): -3660870 or 12198856. OLE color: 12198856.

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

Color convert

RGB 200 35 186 -
CMYK 0 0.82 0.07 0.22
HSL 305.09º 0.7% 0.46% -
HSV(B) 305.09º 0.83% 0.78% -
XYZ 33.28 17.03 47.99 -
YUV 101.55 175.66 198.22 -
System Red Green Blue C M Y K H S L
Decimal 200 35 186 0 0.82 0.07 0.22 305.09 0.7 0.46
Hex C8 23 BA 0 52 7 16 131 46 2E
Octal 310 43 272 0 122 7 26 461 106 56
Binary 11001000 100011 10111010 0 1010010 111 10110 100110001 1000110 101110

Color Harmonies of #C823BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C823BA

Black with #C823BA

Text Example


Text Example

White with #C823BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C823BA; }

 p { color: rgb(200,35,186); }

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

background-color css

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

 a { background-color: rgb(200,35,186); }

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

border-color css

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

 span { border-color: rgb(200,35,186); }

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