Html Css Color HEX #C913DD Deep Magenta

📋 copy color: '#C913DD'

red 201 ◦ green 19 ◦ blue 221

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

Shades of Deep Magenta #C913DD

Tints of Deep Magenta #C913DD

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.31%

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

R = 45.58%
G = 4.31%
B = 50.11%

CMYK

 C value IS 0.09

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C913DD (or 0xC913DD) is known color: Deep Magenta. HEX triplet: C9, 13 and DD. RGB value is (201,19,221). Sum of RGB (Red+Green+Blue) = 201+19+221=441 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.58% from 441); Green value is 19 (7.81% from 255 or 4.31% from 441); Blue value is 221 (86.72% from 255 or 50.11% from 441); Max value from RGB is 221 - color contains mainly: blue. Hex color #C913DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C913DD is #36EC22. Grayscale: #5F5F5F. Windows color (decimal): -3599395 or 14488521. OLE color: 14488521.

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

Color convert

RGB 201 19 221 -
CMYK 0.09 0.91 0 0.13
HSL 294.06º 0.84% 0.47% -
HSV(B) 294.06º 0.91% 0.87% -
XYZ 37.37 18.1 69.93 -
YUV 96.45 198.3 202.57 -
System Red Green Blue C M Y K H S L
Decimal 201 19 221 0.09 0.91 0 0.13 294.06 0.84 0.47
Hex C9 13 DD 9 5B 0 D 126 54 2F
Octal 311 23 335 11 133 0 15 446 124 57
Binary 11001001 10011 11011101 1001 1011011 0 1101 100100110 1010100 101111

Color Harmonies of #C913DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C913DD

Black with #C913DD

Text Example


Text Example

White with #C913DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C913DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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