Html Css Color HEX #C924DB Deep Magenta

📋 copy color: '#C924DB'

red 201 ◦ green 36 ◦ blue 219

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

Shades of Deep Magenta #C924DB

Tints of Deep Magenta #C924DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.03%

R = 44.08%
G = 7.89%
B = 48.03%

CMYK

 C value IS 0.08

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C924DB (or 0xC924DB) is known color: Deep Magenta. HEX triplet: C9, 24 and DB. RGB value is (201,36,219). Sum of RGB (Red+Green+Blue) = 201+36+219=456 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.08% from 456); Green value is 36 (14.45% from 255 or 7.89% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 219 - color contains mainly: blue. Hex color #C924DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C924DB is #36DB24. Grayscale: #696969. Windows color (decimal): -3595045 or 14361801. OLE color: 14361801.

HSL color Cylindrical-coordinate representation of color #C924DB: hue angle of 294.1º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C924DB is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 36 219 -
CMYK 0.08 0.84 0 0.14
HSL 294.1º 0.72% 0.5% -
HSV(B) 294.1º 0.84% 0.86% -
XYZ 37.5 18.79 68.67 -
YUV 106.2 191.66 195.62 -
System Red Green Blue C M Y K H S L
Decimal 201 36 219 0.08 0.84 0 0.14 294.1 0.72 0.5
Hex C9 24 DB 8 54 0 E 126 48 32
Octal 311 44 333 10 124 0 16 446 110 62
Binary 11001001 100100 11011011 1000 1010100 0 1110 100100110 1001000 110010

Color Harmonies of #C924DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C924DB

Black with #C924DB

Text Example


Text Example

White with #C924DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C924DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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