Html Css Color HEX #C924DD Deep Magenta

📋 copy color: '#C924DD'

red 201 ◦ green 36 ◦ blue 221

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

Shades of Deep Magenta #C924DD

Tints of Deep Magenta #C924DD

RGB

 RED value IS 201 (78.91% from 255) = 43.89%

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

 BLUE value IS 221 (86.72% from 255) = 48.25%

R = 43.89%
G = 7.86%
B = 48.25%

CMYK

 C value IS 0.09

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C924DD (or 0xC924DD) is known color: Deep Magenta. HEX triplet: C9, 24 and DD. RGB value is (201,36,221). Sum of RGB (Red+Green+Blue) = 201+36+221=458 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.89% from 458); Green value is 36 (14.45% from 255 or 7.86% from 458); Blue value is 221 (86.72% from 255 or 48.25% from 458); Max value from RGB is 221 - color contains mainly: blue. Hex color #C924DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C924DD is #36DB22. Grayscale: #696969. Windows color (decimal): -3595043 or 14492873. OLE color: 14492873.

HSL color Cylindrical-coordinate representation of color #C924DD: hue angle of 293.51º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C924DD is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 36 221 -
CMYK 0.09 0.84 0 0.13
HSL 293.51º 0.73% 0.5% -
HSV(B) 293.51º 0.84% 0.87% -
XYZ 37.77 18.9 70.06 -
YUV 106.43 192.66 195.46 -
System Red Green Blue C M Y K H S L
Decimal 201 36 221 0.09 0.84 0 0.13 293.51 0.73 0.5
Hex C9 24 DD 9 54 0 D 126 49 32
Octal 311 44 335 11 124 0 15 446 111 62
Binary 11001001 100100 11011101 1001 1010100 0 1101 100100110 1001001 110010

Color Harmonies of #C924DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C924DD

Black with #C924DD

Text Example


Text Example

White with #C924DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C924DD; }

 p { color: rgb(201,36,221); }

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

background-color css

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

 a { background-color: rgb(201,36,221); }

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

border-color css

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

 span { border-color: rgb(201,36,221); }

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