Html Css Color HEX #C71FDA Deep Magenta

📋 copy color: '#C71FDA'

red 199 ◦ green 31 ◦ blue 218

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

Shades of Deep Magenta #C71FDA

Tints of Deep Magenta #C71FDA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.92%

 BLUE value IS 218 (85.55% from 255) = 48.66%

R = 44.42%
G = 6.92%
B = 48.66%

CMYK

 C value IS 0.09

 M value IS 0.86

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C71FDA (or 0xC71FDA) is known color: Deep Magenta. HEX triplet: C7, 1F and DA. RGB value is (199,31,218). Sum of RGB (Red+Green+Blue) = 199+31+218=448 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.42% from 448); Green value is 31 (12.5% from 255 or 6.92% from 448); Blue value is 218 (85.55% from 255 or 48.66% from 448); Max value from RGB is 218 - color contains mainly: blue. Hex color #C71FDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C71FDA is #38E025. Grayscale: #656565. Windows color (decimal): -3727398 or 14294983. OLE color: 14294983.

HSL color Cylindrical-coordinate representation of color #C71FDA: hue angle of 293.9º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C71FDA is Cyan = 0.09, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 199 31 218 -
CMYK 0.09 0.86 0 0.15
HSL 293.9º 0.75% 0.49% -
HSV(B) 293.9º 0.86% 0.85% -
XYZ 36.7 18.18 67.91 -
YUV 102.55 193.16 196.79 -
System Red Green Blue C M Y K H S L
Decimal 199 31 218 0.09 0.86 0 0.15 293.9 0.75 0.49
Hex C7 1F DA 9 56 0 F 126 4B 31
Octal 307 37 332 11 126 0 17 446 113 61
Binary 11000111 11111 11011010 1001 1010110 0 1111 100100110 1001011 110001

Color Harmonies of #C71FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71FDA

Black with #C71FDA

Text Example


Text Example

White with #C71FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71FDA; }

 p { color: rgb(199,31,218); }

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

background-color css

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

 a { background-color: rgb(199,31,218); }

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

border-color css

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

 span { border-color: rgb(199,31,218); }

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