Html Css Color HEX #C61BBA Deep Magenta

📋 copy color: '#C61BBA'

red 198 ◦ green 27 ◦ blue 186

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

Shades of Deep Magenta #C61BBA

Tints of Deep Magenta #C61BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.26%

R = 48.18%
G = 6.57%
B = 45.26%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C61BBA (or 0xC61BBA) is known color: Deep Magenta. HEX triplet: C6, 1B and BA. RGB value is (198,27,186). Sum of RGB (Red+Green+Blue) = 198+27+186=411 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.18% from 411); Green value is 27 (10.94% from 255 or 6.57% from 411); Blue value is 186 (73.05% from 255 or 45.26% from 411); Max value from RGB is 198 - color contains mainly: red. Hex color #C61BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C61BBA is #39E445. Grayscale: #5F5F5F. Windows color (decimal): -3793990 or 12196806. OLE color: 12196806.

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

Color convert

RGB 198 27 186 -
CMYK 0 0.86 0.06 0.22
HSL 304.21º 0.76% 0.44% -
HSV(B) 304.21º 0.86% 0.78% -
XYZ 32.54 16.33 47.89 -
YUV 96.26 178.65 200.57 -
System Red Green Blue C M Y K H S L
Decimal 198 27 186 0 0.86 0.06 0.22 304.21 0.76 0.44
Hex C6 1B BA 0 56 6 16 130 4C 2C
Octal 306 33 272 0 126 6 26 460 114 54
Binary 11000110 11011 10111010 0 1010110 110 10110 100110000 1001100 101100

Color Harmonies of #C61BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61BBA

Black with #C61BBA

Text Example


Text Example

White with #C61BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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