Html Css Color HEX #C913CD Deep Magenta

📋 copy color: '#C913CD'

red 201 ◦ green 19 ◦ blue 205

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

Shades of Deep Magenta #C913CD

Tints of Deep Magenta #C913CD

RGB

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

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

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

R = 47.29%
G = 4.47%
B = 48.24%

CMYK

 C value IS 0.02

 M value IS 0.91

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C913CD (or 0xC913CD) is known color: Deep Magenta. HEX triplet: C9, 13 and CD. RGB value is (201,19,205). Sum of RGB (Red+Green+Blue) = 201+19+205=425 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.29% from 425); Green value is 19 (7.81% from 255 or 4.47% from 425); Blue value is 205 (80.47% from 255 or 48.24% from 425); Max value from RGB is 205 - color contains mainly: blue. Hex color #C913CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C913CD is #36EC32. Grayscale: #5E5E5E. Windows color (decimal): -3599411 or 13439945. OLE color: 13439945.

HSL color Cylindrical-coordinate representation of color #C913CD: hue angle of 298.71º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C913CD is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 201 19 205 -
CMYK 0.02 0.91 0 0.20
HSL 298.71º 0.83% 0.44% -
HSV(B) 298.71º 0.91% 0.8% -
XYZ 35.34 17.29 59.23 -
YUV 94.62 190.3 203.88 -
System Red Green Blue C M Y K H S L
Decimal 201 19 205 0.02 0.91 0 0.20 298.71 0.83 0.44
Hex C9 13 CD 2 5B 0 14 12B 53 2C
Octal 311 23 315 2 133 0 24 453 123 54
Binary 11001001 10011 11001101 10 1011011 0 10100 100101011 1010011 101100

Color Harmonies of #C913CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C913CD

Black with #C913CD

Text Example


Text Example

White with #C913CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C913CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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