Html Css Color HEX #C61BAD Deep Magenta

📋 copy color: '#C61BAD'

red 198 ◦ green 27 ◦ blue 173

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

Shades of Deep Magenta #C61BAD

Tints of Deep Magenta #C61BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 43.47%

R = 49.75%
G = 6.78%
B = 43.47%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C61BAD (or 0xC61BAD) is known color: Deep Magenta. HEX triplet: C6, 1B and AD. RGB value is (198,27,173). Sum of RGB (Red+Green+Blue) = 198+27+173=398 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.75% from 398); Green value is 27 (10.94% from 255 or 6.78% from 398); Blue value is 173 (67.97% from 255 or 43.47% from 398); Max value from RGB is 198 - color contains mainly: red. Hex color #C61BAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C61BAD is #39E452. Grayscale: #5E5E5E. Windows color (decimal): -3794003 or 11344838. OLE color: 11344838.

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

Color convert

RGB 198 27 173 -
CMYK 0 0.86 0.13 0.22
HSL 308.77º 0.76% 0.44% -
HSV(B) 308.77º 0.86% 0.78% -
XYZ 31.22 15.81 40.94 -
YUV 94.77 172.15 201.63 -
System Red Green Blue C M Y K H S L
Decimal 198 27 173 0 0.86 0.13 0.22 308.77 0.76 0.44
Hex C6 1B AD 0 56 D 16 135 4C 2C
Octal 306 33 255 0 126 15 26 465 114 54
Binary 11000110 11011 10101101 0 1010110 1101 10110 100110101 1001100 101100

Color Harmonies of #C61BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61BAD

Black with #C61BAD

Text Example


Text Example

White with #C61BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61BAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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