Html Css Color HEX #C61DBA Deep Magenta

📋 copy color: '#C61DBA'

red 198 ◦ green 29 ◦ blue 186

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

Shades of Deep Magenta #C61DBA

Tints of Deep Magenta #C61DBA

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.02%

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

R = 47.94%
G = 7.02%
B = 45.04%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C61DBA (or 0xC61DBA) is known color: Deep Magenta. HEX triplet: C6, 1D and BA. RGB value is (198,29,186). Sum of RGB (Red+Green+Blue) = 198+29+186=413 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.94% from 413); Green value is 29 (11.72% from 255 or 7.02% from 413); Blue value is 186 (73.05% from 255 or 45.04% from 413); Max value from RGB is 198 - color contains mainly: red. Hex color #C61DBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C61DBA is #39E245. Grayscale: #606060. Windows color (decimal): -3793478 or 12197318. OLE color: 12197318.

HSL color Cylindrical-coordinate representation of color #C61DBA: hue angle of 304.26º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C61DBA is Cyan = 0, Magento = 0.85, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 29 186 -
CMYK 0 0.85 0.06 0.22
HSL 304.26º 0.74% 0.45% -
HSV(B) 304.26º 0.85% 0.78% -
XYZ 32.59 16.43 47.91 -
YUV 97.43 177.99 199.73 -
System Red Green Blue C M Y K H S L
Decimal 198 29 186 0 0.85 0.06 0.22 304.26 0.74 0.45
Hex C6 1D BA 0 55 6 16 130 4A 2D
Octal 306 35 272 0 125 6 26 460 112 55
Binary 11000110 11101 10111010 0 1010101 110 10110 100110000 1001010 101101

Color Harmonies of #C61DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61DBA

Black with #C61DBA

Text Example


Text Example

White with #C61DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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