Html Css Color HEX #C611BB Deep Magenta

📋 copy color: '#C611BB'

red 198 ◦ green 17 ◦ blue 187

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

Shades of Deep Magenta #C611BB

Tints of Deep Magenta #C611BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 46.52%

R = 49.25%
G = 4.23%
B = 46.52%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C611BB (or 0xC611BB) is known color: Deep Magenta. HEX triplet: C6, 11 and BB. RGB value is (198,17,187). Sum of RGB (Red+Green+Blue) = 198+17+187=402 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.25% from 402); Green value is 17 (7.03% from 255 or 4.23% from 402); Blue value is 187 (73.44% from 255 or 46.52% from 402); Max value from RGB is 198 - color contains mainly: red. Hex color #C611BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C611BB is #39EE44. Grayscale: #5A5A5A. Windows color (decimal): -3796549 or 12259782. OLE color: 12259782.

HSL color Cylindrical-coordinate representation of color #C611BB: hue angle of 303.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 #C611BB is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 17 187 -
CMYK 0 0.91 0.06 0.22
HSL 303.65º 0.84% 0.42% -
HSV(B) 303.65º 0.91% 0.78% -
XYZ 32.46 15.99 48.39 -
YUV 90.5 182.47 204.68 -
System Red Green Blue C M Y K H S L
Decimal 198 17 187 0 0.91 0.06 0.22 303.65 0.84 0.42
Hex C6 11 BB 0 5B 6 16 130 54 2A
Octal 306 21 273 0 133 6 26 460 124 52
Binary 11000110 10001 10111011 0 1011011 110 10110 100110000 1010100 101010

Color Harmonies of #C611BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C611BB

Black with #C611BB

Text Example


Text Example

White with #C611BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C611BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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