Html Css Color HEX #C824CD Deep Magenta

📋 copy color: '#C824CD'

red 200 ◦ green 36 ◦ blue 205

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

Shades of Deep Magenta #C824CD

Tints of Deep Magenta #C824CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.49%

R = 45.35%
G = 8.16%
B = 46.49%

CMYK

 C value IS 0.02

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C824CD (or 0xC824CD) is known color: Deep Magenta. HEX triplet: C8, 24 and CD. RGB value is (200,36,205). Sum of RGB (Red+Green+Blue) = 200+36+205=441 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.35% from 441); Green value is 36 (14.45% from 255 or 8.16% from 441); Blue value is 205 (80.47% from 255 or 46.49% from 441); Max value from RGB is 205 - color contains mainly: blue. Hex color #C824CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C824CD is #37DB32. Grayscale: #676767. Windows color (decimal): -3660595 or 13444296. OLE color: 13444296.

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

Color convert

RGB 200 36 205 -
CMYK 0.02 0.82 0 0.20
HSL 298.22º 0.7% 0.47% -
HSV(B) 298.22º 0.82% 0.8% -
XYZ 35.47 17.95 59.35 -
YUV 104.3 184.83 196.26 -
System Red Green Blue C M Y K H S L
Decimal 200 36 205 0.02 0.82 0 0.20 298.22 0.7 0.47
Hex C8 24 CD 2 52 0 14 12A 46 2F
Octal 310 44 315 2 122 0 24 452 106 57
Binary 11001000 100100 11001101 10 1010010 0 10100 100101010 1000110 101111

Color Harmonies of #C824CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C824CD

Black with #C824CD

Text Example


Text Example

White with #C824CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C824CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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