Html Css Color HEX #CD11C1 Deep Magenta

📋 copy color: '#CD11C1'

red 205 ◦ green 17 ◦ blue 193

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

Shades of Deep Magenta #CD11C1

Tints of Deep Magenta #CD11C1

RGB

 RED value IS 205 (80.47% from 255) = 49.4%

 GREEN value IS 17 (7.03% from 255) = 4.1%

 BLUE value IS 193 (75.78% from 255) = 46.51%

R = 49.4%
G = 4.1%
B = 46.51%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#CD11C1 (or 0xCD11C1) is known color: Deep Magenta. HEX triplet: CD, 11 and C1. RGB value is (205,17,193). Sum of RGB (Red+Green+Blue) = 205+17+193=415 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.40% from 415); Green value is 17 (7.03% from 255 or 4.10% from 415); Blue value is 193 (75.78% from 255 or 46.51% from 415); Max value from RGB is 205 - color contains mainly: red. Hex color #CD11C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD11C1 is #32EE3E. Grayscale: #5C5C5C. Windows color (decimal): -3337791 or 12653005. OLE color: 12653005.

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

Color convert

RGB 205 17 193 -
CMYK 0 0.92 0.06 0.20
HSL 303.83º 0.85% 0.44% -
HSV(B) 303.83º 0.92% 0.8% -
XYZ 35 17.23 51.93 -
YUV 93.28 184.28 207.69 -
System Red Green Blue C M Y K H S L
Decimal 205 17 193 0 0.92 0.06 0.20 303.83 0.85 0.44
Hex CD 11 C1 0 5C 6 14 130 55 2C
Octal 315 21 301 0 134 6 24 460 125 54
Binary 11001101 10001 11000001 0 1011100 110 10100 100110000 1010101 101100

Color Harmonies of #CD11C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD11C1

Black with #CD11C1

Text Example


Text Example

White with #CD11C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD11C1; }

 p { color: rgb(205,17,193); }

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

background-color css

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

 a { background-color: rgb(205,17,193); }

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

border-color css

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

 span { border-color: rgb(205,17,193); }

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