Html Css Color HEX #C824B5 Deep Magenta

📋 copy color: '#C824B5'

red 200 ◦ green 36 ◦ blue 181

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

Shades of Deep Magenta #C824B5

Tints of Deep Magenta #C824B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 43.41%

R = 47.96%
G = 8.63%
B = 43.41%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.09

 K value IS 0.22

RGB Variations

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

Color information

#C824B5 (or 0xC824B5) is known color: Deep Magenta. HEX triplet: C8, 24 and B5. RGB value is (200,36,181). Sum of RGB (Red+Green+Blue) = 200+36+181=417 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.96% from 417); Green value is 36 (14.45% from 255 or 8.63% from 417); Blue value is 181 (71.09% from 255 or 43.41% from 417); Max value from RGB is 200 - color contains mainly: red. Hex color #C824B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C824B5 is #37DB4A. Grayscale: #656565. Windows color (decimal): -3660619 or 11871432. OLE color: 11871432.

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

Color convert

RGB 200 36 181 -
CMYK 0 0.82 0.09 0.22
HSL 306.95º 0.69% 0.46% -
HSV(B) 306.95º 0.82% 0.78% -
XYZ 32.79 16.88 45.25 -
YUV 101.57 172.83 198.21 -
System Red Green Blue C M Y K H S L
Decimal 200 36 181 0 0.82 0.09 0.22 306.95 0.69 0.46
Hex C8 24 B5 0 52 9 16 133 45 2E
Octal 310 44 265 0 122 11 26 463 105 56
Binary 11001000 100100 10110101 0 1010010 1001 10110 100110011 1000101 101110

Color Harmonies of #C824B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C824B5

Black with #C824B5

Text Example


Text Example

White with #C824B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C824B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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