Html Css Color HEX #C824B1 Deep Magenta

📋 copy color: '#C824B1'

red 200 ◦ green 36 ◦ blue 177

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

Shades of Deep Magenta #C824B1

Tints of Deep Magenta #C824B1

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.72%

 BLUE value IS 177 (69.53% from 255) = 42.86%

R = 48.43%
G = 8.72%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C824B1 (or 0xC824B1) is known color: Deep Magenta. HEX triplet: C8, 24 and B1. RGB value is (200,36,177). Sum of RGB (Red+Green+Blue) = 200+36+177=413 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.43% from 413); Green value is 36 (14.45% from 255 or 8.72% from 413); Blue value is 177 (69.53% from 255 or 42.86% from 413); Max value from RGB is 200 - color contains mainly: red. Hex color #C824B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C824B1 is #37DB4E. Grayscale: #646464. Windows color (decimal): -3660623 or 11609288. OLE color: 11609288.

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

Color convert

RGB 200 36 177 -
CMYK 0 0.82 0.12 0.22
HSL 308.41º 0.69% 0.46% -
HSV(B) 308.41º 0.82% 0.78% -
XYZ 32.39 16.72 43.11 -
YUV 101.11 170.83 198.54 -
System Red Green Blue C M Y K H S L
Decimal 200 36 177 0 0.82 0.12 0.22 308.41 0.69 0.46
Hex C8 24 B1 0 52 C 16 134 45 2E
Octal 310 44 261 0 122 14 26 464 105 56
Binary 11001000 100100 10110001 0 1010010 1100 10110 100110100 1000101 101110

Color Harmonies of #C824B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C824B1

Black with #C824B1

Text Example


Text Example

White with #C824B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C824B1; }

 p { color: rgb(200,36,177); }

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

background-color css

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

 a { background-color: rgb(200,36,177); }

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

border-color css

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

 span { border-color: rgb(200,36,177); }

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