Html Css Color HEX #C824B8 Deep Magenta

📋 copy color: '#C824B8'

red 200 ◦ green 36 ◦ blue 184

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

Shades of Deep Magenta #C824B8

Tints of Deep Magenta #C824B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 43.81%

R = 47.62%
G = 8.57%
B = 43.81%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.08

 K value IS 0.22

RGB Variations

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

Color information

#C824B8 (or 0xC824B8) is known color: Deep Magenta. HEX triplet: C8, 24 and B8. RGB value is (200,36,184). Sum of RGB (Red+Green+Blue) = 200+36+184=420 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.62% from 420); Green value is 36 (14.45% from 255 or 8.57% from 420); Blue value is 184 (72.27% from 255 or 43.81% from 420); Max value from RGB is 200 - color contains mainly: red. Hex color #C824B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C824B8 is #37DB47. Grayscale: #656565. Windows color (decimal): -3660616 or 12068040. OLE color: 12068040.

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

Color convert

RGB 200 36 184 -
CMYK 0 0.82 0.08 0.22
HSL 305.85º 0.69% 0.46% -
HSV(B) 305.85º 0.82% 0.78% -
XYZ 33.1 17 46.88 -
YUV 101.91 174.33 197.97 -
System Red Green Blue C M Y K H S L
Decimal 200 36 184 0 0.82 0.08 0.22 305.85 0.69 0.46
Hex C8 24 B8 0 52 8 16 132 45 2E
Octal 310 44 270 0 122 10 26 462 105 56
Binary 11001000 100100 10111000 0 1010010 1000 10110 100110010 1000101 101110

Color Harmonies of #C824B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C824B8

Black with #C824B8

Text Example


Text Example

White with #C824B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C824B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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