Html Css Color HEX #C824BC Deep Magenta

📋 copy color: '#C824BC'

red 200 ◦ green 36 ◦ blue 188

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

Shades of Deep Magenta #C824BC

Tints of Deep Magenta #C824BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 44.34%

R = 47.17%
G = 8.49%
B = 44.34%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C824BC (or 0xC824BC) is known color: Deep Magenta. HEX triplet: C8, 24 and BC. RGB value is (200,36,188). Sum of RGB (Red+Green+Blue) = 200+36+188=424 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.17% from 424); Green value is 36 (14.45% from 255 or 8.49% from 424); Blue value is 188 (73.83% from 255 or 44.34% from 424); Max value from RGB is 200 - color contains mainly: red. Hex color #C824BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C824BC is #37DB43. Grayscale: #656565. Windows color (decimal): -3660612 or 12330184. OLE color: 12330184.

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

Color convert

RGB 200 36 188 -
CMYK 0 0.82 0.06 0.22
HSL 304.39º 0.69% 0.46% -
HSV(B) 304.39º 0.82% 0.78% -
XYZ 33.53 17.17 49.12 -
YUV 102.36 176.33 197.64 -
System Red Green Blue C M Y K H S L
Decimal 200 36 188 0 0.82 0.06 0.22 304.39 0.69 0.46
Hex C8 24 BC 0 52 6 16 130 45 2E
Octal 310 44 274 0 122 6 26 460 105 56
Binary 11001000 100100 10111100 0 1010010 110 10110 100110000 1000101 101110

Color Harmonies of #C824BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C824BC

Black with #C824BC

Text Example


Text Example

White with #C824BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C824BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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