Html Css Color HEX #C824AF Deep Magenta

📋 copy color: '#C824AF'

red 200 ◦ green 36 ◦ blue 175

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

Shades of Deep Magenta #C824AF

Tints of Deep Magenta #C824AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 42.58%

R = 48.66%
G = 8.76%
B = 42.58%

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

#C824AF (or 0xC824AF) is known color: Deep Magenta. HEX triplet: C8, 24 and AF. RGB value is (200,36,175). Sum of RGB (Red+Green+Blue) = 200+36+175=411 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.66% from 411); Green value is 36 (14.45% from 255 or 8.76% from 411); Blue value is 175 (68.75% from 255 or 42.58% from 411); Max value from RGB is 200 - color contains mainly: red. Hex color #C824AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C824AF is #37DB50. Grayscale: #646464. Windows color (decimal): -3660625 or 11478216. OLE color: 11478216.

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

Color convert

RGB 200 36 175 -
CMYK 0 0.82 0.12 0.22
HSL 309.15º 0.69% 0.46% -
HSV(B) 309.15º 0.82% 0.78% -
XYZ 32.19 16.64 42.07 -
YUV 100.88 169.83 198.7 -
System Red Green Blue C M Y K H S L
Decimal 200 36 175 0 0.82 0.12 0.22 309.15 0.69 0.46
Hex C8 24 AF 0 52 C 16 135 45 2E
Octal 310 44 257 0 122 14 26 465 105 56
Binary 11001000 100100 10101111 0 1010010 1100 10110 100110101 1000101 101110

Color Harmonies of #C824AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C824AF

Black with #C824AF

Text Example


Text Example

White with #C824AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C824AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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