Html Css Color HEX #C71DB4 Deep Magenta

📋 copy color: '#C71DB4'

red 199 ◦ green 29 ◦ blue 180

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

Shades of Deep Magenta #C71DB4

Tints of Deep Magenta #C71DB4

RGB

 RED value IS 199 (78.13% from 255) = 48.77%

 GREEN value IS 29 (11.72% from 255) = 7.11%

 BLUE value IS 180 (70.7% from 255) = 44.12%

R = 48.77%
G = 7.11%
B = 44.12%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.10

 K value IS 0.22

RGB Variations

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

Color information

#C71DB4 (or 0xC71DB4) is known color: Deep Magenta. HEX triplet: C7, 1D and B4. RGB value is (199,29,180). Sum of RGB (Red+Green+Blue) = 199+29+180=408 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.77% from 408); Green value is 29 (11.72% from 255 or 7.11% from 408); Blue value is 180 (70.70% from 255 or 44.12% from 408); Max value from RGB is 199 - color contains mainly: red. Hex color #C71DB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C71DB4 is #38E24B. Grayscale: #606060. Windows color (decimal): -3727948 or 11804103. OLE color: 11804103.

HSL color Cylindrical-coordinate representation of color #C71DB4: hue angle of 306.71º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C71DB4 is Cyan = 0, Magento = 0.85, Yellow = 0.10 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 29 180 -
CMYK 0 0.85 0.10 0.22
HSL 306.71º 0.75% 0.45% -
HSV(B) 306.71º 0.85% 0.78% -
XYZ 32.23 16.32 44.63 -
YUV 97.04 174.82 200.72 -
System Red Green Blue C M Y K H S L
Decimal 199 29 180 0 0.85 0.10 0.22 306.71 0.75 0.45
Hex C7 1D B4 0 55 A 16 133 4B 2D
Octal 307 35 264 0 125 12 26 463 113 55
Binary 11000111 11101 10110100 0 1010101 1010 10110 100110011 1001011 101101

Color Harmonies of #C71DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71DB4

Black with #C71DB4

Text Example


Text Example

White with #C71DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71DB4; }

 p { color: rgb(199,29,180); }

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

background-color css

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

 a { background-color: rgb(199,29,180); }

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

border-color css

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

 span { border-color: rgb(199,29,180); }

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