Html Css Color HEX #C71EB4 Deep Magenta

📋 copy color: '#C71EB4'

red 199 ◦ green 30 ◦ blue 180

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

Shades of Deep Magenta #C71EB4

Tints of Deep Magenta #C71EB4

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.33%

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

R = 48.66%
G = 7.33%
B = 44.01%

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

#C71EB4 (or 0xC71EB4) is known color: Deep Magenta. HEX triplet: C7, 1E and B4. RGB value is (199,30,180). Sum of RGB (Red+Green+Blue) = 199+30+180=409 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.66% from 409); Green value is 30 (12.11% from 255 or 7.33% from 409); Blue value is 180 (70.70% from 255 or 44.01% from 409); Max value from RGB is 199 - color contains mainly: red. Hex color #C71EB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C71EB4 is #38E14B. Grayscale: #616161. Windows color (decimal): -3727692 or 11804359. OLE color: 11804359.

HSL color Cylindrical-coordinate representation of color #C71EB4: hue angle of 306.75º degrees, saturation: 0.74, 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 #C71EB4 is Cyan = 0, Magento = 0.85, Yellow = 0.10 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 30 180 -
CMYK 0 0.85 0.10 0.22
HSL 306.75º 0.74% 0.45% -
HSV(B) 306.75º 0.85% 0.78% -
XYZ 32.26 16.37 44.64 -
YUV 97.63 174.49 200.3 -
System Red Green Blue C M Y K H S L
Decimal 199 30 180 0 0.85 0.10 0.22 306.75 0.74 0.45
Hex C7 1E B4 0 55 A 16 133 4A 2D
Octal 307 36 264 0 125 12 26 463 112 55
Binary 11000111 11110 10110100 0 1010101 1010 10110 100110011 1001010 101101

Color Harmonies of #C71EB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71EB4

Black with #C71EB4

Text Example


Text Example

White with #C71EB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71EB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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