Html Css Color HEX #C611BE Deep Magenta

📋 copy color: '#C611BE'

red 198 ◦ green 17 ◦ blue 190

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

Shades of Deep Magenta #C611BE

Tints of Deep Magenta #C611BE

RGB

 RED value IS 198 (77.73% from 255) = 48.89%

 GREEN value IS 17 (7.03% from 255) = 4.2%

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

R = 48.89%
G = 4.2%
B = 46.91%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C611BE (or 0xC611BE) is known color: Deep Magenta. HEX triplet: C6, 11 and BE. RGB value is (198,17,190). Sum of RGB (Red+Green+Blue) = 198+17+190=405 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.89% from 405); Green value is 17 (7.03% from 255 or 4.20% from 405); Blue value is 190 (74.61% from 255 or 46.91% from 405); Max value from RGB is 198 - color contains mainly: red. Hex color #C611BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C611BE is #39EE41. Grayscale: #5A5A5A. Windows color (decimal): -3796546 or 12456390. OLE color: 12456390.

HSL color Cylindrical-coordinate representation of color #C611BE: hue angle of 302.65º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C611BE is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 17 190 -
CMYK 0 0.91 0.04 0.22
HSL 302.65º 0.84% 0.42% -
HSV(B) 302.65º 0.91% 0.78% -
XYZ 32.78 16.12 50.1 -
YUV 90.84 183.97 204.43 -
System Red Green Blue C M Y K H S L
Decimal 198 17 190 0 0.91 0.04 0.22 302.65 0.84 0.42
Hex C6 11 BE 0 5B 4 16 12F 54 2A
Octal 306 21 276 0 133 4 26 457 124 52
Binary 11000110 10001 10111110 0 1011011 100 10110 100101111 1010100 101010

Color Harmonies of #C611BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C611BE

Black with #C611BE

Text Example


Text Example

White with #C611BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C611BE; }

 p { color: rgb(198,17,190); }

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

background-color css

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

 a { background-color: rgb(198,17,190); }

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

border-color css

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

 span { border-color: rgb(198,17,190); }

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