Html Css Color HEX #C61BBF Deep Magenta

📋 copy color: '#C61BBF'

red 198 ◦ green 27 ◦ blue 191

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

Shades of Deep Magenta #C61BBF

Tints of Deep Magenta #C61BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 45.91%

R = 47.6%
G = 6.49%
B = 45.91%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C61BBF (or 0xC61BBF) is known color: Deep Magenta. HEX triplet: C6, 1B and BF. RGB value is (198,27,191). Sum of RGB (Red+Green+Blue) = 198+27+191=416 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.60% from 416); Green value is 27 (10.94% from 255 or 6.49% from 416); Blue value is 191 (75% from 255 or 45.91% from 416); Max value from RGB is 198 - color contains mainly: red. Hex color #C61BBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C61BBF is #39E440. Grayscale: #606060. Windows color (decimal): -3793985 or 12524486. OLE color: 12524486.

HSL color Cylindrical-coordinate representation of color #C61BBF: hue angle of 302.46º 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 #C61BBF is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 27 191 -
CMYK 0 0.86 0.04 0.22
HSL 302.46º 0.76% 0.44% -
HSV(B) 302.46º 0.86% 0.78% -
XYZ 33.08 16.55 50.74 -
YUV 96.83 181.15 200.16 -
System Red Green Blue C M Y K H S L
Decimal 198 27 191 0 0.86 0.04 0.22 302.46 0.76 0.44
Hex C6 1B BF 0 56 4 16 12E 4C 2C
Octal 306 33 277 0 126 4 26 456 114 54
Binary 11000110 11011 10111111 0 1010110 100 10110 100101110 1001100 101100

Color Harmonies of #C61BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61BBF

Black with #C61BBF

Text Example


Text Example

White with #C61BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61BBF; }

 p { color: rgb(198,27,191); }

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

background-color css

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

 a { background-color: rgb(198,27,191); }

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

border-color css

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

 span { border-color: rgb(198,27,191); }

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