Html Css Color HEX #C61FBF Deep Magenta

📋 copy color: '#C61FBF'

red 198 ◦ green 31 ◦ blue 191

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

Shades of Deep Magenta #C61FBF

Tints of Deep Magenta #C61FBF

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.38%

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

R = 47.14%
G = 7.38%
B = 45.48%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C61FBF (or 0xC61FBF) is known color: Deep Magenta. HEX triplet: C6, 1F and BF. RGB value is (198,31,191). Sum of RGB (Red+Green+Blue) = 198+31+191=420 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.14% from 420); Green value is 31 (12.5% from 255 or 7.38% from 420); Blue value is 191 (75% from 255 or 45.48% from 420); Max value from RGB is 198 - color contains mainly: red. Hex color #C61FBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C61FBF is #39E040. Grayscale: #626262. Windows color (decimal): -3792961 or 12525510. OLE color: 12525510.

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

Color convert

RGB 198 31 191 -
CMYK 0 0.84 0.04 0.22
HSL 302.52º 0.73% 0.45% -
HSV(B) 302.52º 0.84% 0.78% -
XYZ 33.18 16.75 50.77 -
YUV 99.17 179.83 198.49 -
System Red Green Blue C M Y K H S L
Decimal 198 31 191 0 0.84 0.04 0.22 302.52 0.73 0.45
Hex C6 1F BF 0 54 4 16 12F 49 2D
Octal 306 37 277 0 124 4 26 457 111 55
Binary 11000110 11111 10111111 0 1010100 100 10110 100101111 1001001 101101

Color Harmonies of #C61FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61FBF

Black with #C61FBF

Text Example


Text Example

White with #C61FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61FBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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