Html Css Color HEX #C71BBE Deep Magenta

📋 copy color: '#C71BBE'

red 199 ◦ green 27 ◦ blue 190

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

Shades of Deep Magenta #C71BBE

Tints of Deep Magenta #C71BBE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.49%

 BLUE value IS 190 (74.61% from 255) = 45.67%

R = 47.84%
G = 6.49%
B = 45.67%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C71BBE (or 0xC71BBE) is known color: Deep Magenta. HEX triplet: C7, 1B and BE. RGB value is (199,27,190). Sum of RGB (Red+Green+Blue) = 199+27+190=416 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.84% from 416); Green value is 27 (10.94% from 255 or 6.49% from 416); Blue value is 190 (74.61% from 255 or 45.67% from 416); Max value from RGB is 199 - color contains mainly: red. Hex color #C71BBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C71BBE is #38E441. Grayscale: #606060. Windows color (decimal): -3728450 or 12458951. OLE color: 12458951.

HSL color Cylindrical-coordinate representation of color #C71BBE: hue angle of 303.14º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C71BBE is Cyan = 0, Magento = 0.86, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 27 190 -
CMYK 0 0.86 0.05 0.22
HSL 303.14º 0.76% 0.44% -
HSV(B) 303.14º 0.86% 0.78% -
XYZ 33.24 16.64 50.18 -
YUV 97.01 180.48 200.75 -
System Red Green Blue C M Y K H S L
Decimal 199 27 190 0 0.86 0.05 0.22 303.14 0.76 0.44
Hex C7 1B BE 0 56 5 16 12F 4C 2C
Octal 307 33 276 0 126 5 26 457 114 54
Binary 11000111 11011 10111110 0 1010110 101 10110 100101111 1001100 101100

Color Harmonies of #C71BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71BBE

Black with #C71BBE

Text Example


Text Example

White with #C71BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71BBE; }

 p { color: rgb(199,27,190); }

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

background-color css

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

 a { background-color: rgb(199,27,190); }

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

border-color css

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

 span { border-color: rgb(199,27,190); }

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