Html Css Color HEX #C919DD Deep Magenta

📋 copy color: '#C919DD'

red 201 ◦ green 25 ◦ blue 221

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

Shades of Deep Magenta #C919DD

Tints of Deep Magenta #C919DD

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.59%

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

R = 44.97%
G = 5.59%
B = 49.44%

CMYK

 C value IS 0.09

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C919DD (or 0xC919DD) is known color: Deep Magenta. HEX triplet: C9, 19 and DD. RGB value is (201,25,221). Sum of RGB (Red+Green+Blue) = 201+25+221=447 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.97% from 447); Green value is 25 (10.16% from 255 or 5.59% from 447); Blue value is 221 (86.72% from 255 or 49.44% from 447); Max value from RGB is 221 - color contains mainly: blue. Hex color #C919DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C919DD is #36E622. Grayscale: #636363. Windows color (decimal): -3597859 or 14490057. OLE color: 14490057.

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

Color convert

RGB 201 25 221 -
CMYK 0.09 0.89 0 0.13
HSL 293.88º 0.8% 0.48% -
HSV(B) 293.88º 0.89% 0.87% -
XYZ 37.49 18.33 69.97 -
YUV 99.97 196.31 200.06 -
System Red Green Blue C M Y K H S L
Decimal 201 25 221 0.09 0.89 0 0.13 293.88 0.8 0.48
Hex C9 19 DD 9 59 0 D 126 50 30
Octal 311 31 335 11 131 0 15 446 120 60
Binary 11001001 11001 11011101 1001 1011001 0 1101 100100110 1010000 110000

Color Harmonies of #C919DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C919DD

Black with #C919DD

Text Example


Text Example

White with #C919DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C919DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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