Html Css Color HEX #C824CB Deep Magenta

📋 copy color: '#C824CB'

red 200 ◦ green 36 ◦ blue 203

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

Shades of Deep Magenta #C824CB

Tints of Deep Magenta #C824CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.24%

R = 45.56%
G = 8.2%
B = 46.24%

CMYK

 C value IS 0.01

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C824CB (or 0xC824CB) is known color: Deep Magenta. HEX triplet: C8, 24 and CB. RGB value is (200,36,203). Sum of RGB (Red+Green+Blue) = 200+36+203=439 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.56% from 439); Green value is 36 (14.45% from 255 or 8.20% from 439); Blue value is 203 (79.69% from 255 or 46.24% from 439); Max value from RGB is 203 - color contains mainly: blue. Hex color #C824CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C824CB is #37DB34. Grayscale: #676767. Windows color (decimal): -3660597 or 13313224. OLE color: 13313224.

HSL color Cylindrical-coordinate representation of color #C824CB: hue angle of 298.92º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C824CB is Cyan = 0.01, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 200 36 203 -
CMYK 0.01 0.82 0 0.20
HSL 298.92º 0.7% 0.47% -
HSV(B) 298.92º 0.82% 0.8% -
XYZ 35.23 17.85 58.09 -
YUV 104.07 183.83 196.42 -
System Red Green Blue C M Y K H S L
Decimal 200 36 203 0.01 0.82 0 0.20 298.92 0.7 0.47
Hex C8 24 CB 1 52 0 14 12B 46 2F
Octal 310 44 313 1 122 0 24 453 106 57
Binary 11001000 100100 11001011 1 1010010 0 10100 100101011 1000110 101111

Color Harmonies of #C824CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C824CB

Black with #C824CB

Text Example


Text Example

White with #C824CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C824CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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