Html Css Color HEX #C61BB5 Deep Magenta

📋 copy color: '#C61BB5'

red 198 ◦ green 27 ◦ blue 181

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

Shades of Deep Magenta #C61BB5

Tints of Deep Magenta #C61BB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 44.58%

R = 48.77%
G = 6.65%
B = 44.58%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.09

 K value IS 0.22

RGB Variations

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

Color information

#C61BB5 (or 0xC61BB5) is known color: Deep Magenta. HEX triplet: C6, 1B and B5. RGB value is (198,27,181). Sum of RGB (Red+Green+Blue) = 198+27+181=406 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.77% from 406); Green value is 27 (10.94% from 255 or 6.65% from 406); Blue value is 181 (71.09% from 255 or 44.58% from 406); Max value from RGB is 198 - color contains mainly: red. Hex color #C61BB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C61BB5 is #39E44A. Grayscale: #5F5F5F. Windows color (decimal): -3793995 or 11869126. OLE color: 11869126.

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

Color convert

RGB 198 27 181 -
CMYK 0 0.86 0.09 0.22
HSL 305.96º 0.76% 0.44% -
HSV(B) 305.96º 0.86% 0.78% -
XYZ 32.02 16.13 45.14 -
YUV 95.69 176.15 200.98 -
System Red Green Blue C M Y K H S L
Decimal 198 27 181 0 0.86 0.09 0.22 305.96 0.76 0.44
Hex C6 1B B5 0 56 9 16 132 4C 2C
Octal 306 33 265 0 126 11 26 462 114 54
Binary 11000110 11011 10110101 0 1010110 1001 10110 100110010 1001100 101100

Color Harmonies of #C61BB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61BB5

Black with #C61BB5

Text Example


Text Example

White with #C61BB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61BB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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