Html Css Color HEX #D01CC1 Deep Magenta

📋 copy color: '#D01CC1'

red 208 ◦ green 28 ◦ blue 193

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

Shades of Deep Magenta #D01CC1

Tints of Deep Magenta #D01CC1

RGB

 RED value IS 208 (81.64% from 255) = 48.48%

 GREEN value IS 28 (11.33% from 255) = 6.53%

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

R = 48.48%
G = 6.53%
B = 44.99%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#D01CC1 (or 0xD01CC1) is known color: Deep Magenta. HEX triplet: D0, 1C and C1. RGB value is (208,28,193). Sum of RGB (Red+Green+Blue) = 208+28+193=429 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.48% from 429); Green value is 28 (11.33% from 255 or 6.53% from 429); Blue value is 193 (75.78% from 255 or 44.99% from 429); Max value from RGB is 208 - color contains mainly: red. Hex color #D01CC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01CC1 is #2FE33E. Grayscale: #646464. Windows color (decimal): -3138367 or 12655824. OLE color: 12655824.

HSL color Cylindrical-coordinate representation of color #D01CC1: hue angle of 305º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D01CC1 is Cyan = 0, Magento = 0.87, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 28 193 -
CMYK 0 0.87 0.07 0.18
HSL 305º 0.76% 0.46% -
HSV(B) 305º 0.87% 0.82% -
XYZ 36.05 18.09 52.04 -
YUV 100.63 180.13 204.58 -
System Red Green Blue C M Y K H S L
Decimal 208 28 193 0 0.87 0.07 0.18 305 0.76 0.46
Hex D0 1C C1 0 57 7 12 131 4C 2E
Octal 320 34 301 0 127 7 22 461 114 56
Binary 11010000 11100 11000001 0 1010111 111 10010 100110001 1001100 101110

Color Harmonies of #D01CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01CC1

Black with #D01CC1

Text Example


Text Example

White with #D01CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01CC1; }

 p { color: rgb(208,28,193); }

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

background-color css

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

 a { background-color: rgb(208,28,193); }

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

border-color css

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

 span { border-color: rgb(208,28,193); }

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