Html Css Color HEX #C61FBC Deep Magenta

📋 copy color: '#C61FBC'

red 198 ◦ green 31 ◦ blue 188

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

Shades of Deep Magenta #C61FBC

Tints of Deep Magenta #C61FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.08%

R = 47.48%
G = 7.43%
B = 45.08%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C61FBC (or 0xC61FBC) is known color: Deep Magenta. HEX triplet: C6, 1F and BC. RGB value is (198,31,188). Sum of RGB (Red+Green+Blue) = 198+31+188=417 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.48% from 417); Green value is 31 (12.5% from 255 or 7.43% from 417); Blue value is 188 (73.83% from 255 or 45.08% from 417); Max value from RGB is 198 - color contains mainly: red. Hex color #C61FBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C61FBC is #39E043. Grayscale: #626262. Windows color (decimal): -3792964 or 12328902. OLE color: 12328902.

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

Color convert

RGB 198 31 188 -
CMYK 0 0.84 0.05 0.22
HSL 303.59º 0.73% 0.45% -
HSV(B) 303.59º 0.84% 0.78% -
XYZ 32.86 16.62 49.05 -
YUV 98.83 178.33 198.73 -
System Red Green Blue C M Y K H S L
Decimal 198 31 188 0 0.84 0.05 0.22 303.59 0.73 0.45
Hex C6 1F BC 0 54 5 16 130 49 2D
Octal 306 37 274 0 124 5 26 460 111 55
Binary 11000110 11111 10111100 0 1010100 101 10110 100110000 1001001 101101

Color Harmonies of #C61FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61FBC

Black with #C61FBC

Text Example


Text Example

White with #C61FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61FBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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