Html Css Color HEX #C61CBF Deep Magenta

📋 copy color: '#C61CBF'

red 198 ◦ green 28 ◦ blue 191

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

Shades of Deep Magenta #C61CBF

Tints of Deep Magenta #C61CBF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.71%

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

R = 47.48%
G = 6.71%
B = 45.8%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C61CBF (or 0xC61CBF) is known color: Deep Magenta. HEX triplet: C6, 1C and BF. RGB value is (198,28,191). Sum of RGB (Red+Green+Blue) = 198+28+191=417 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.48% from 417); Green value is 28 (11.33% from 255 or 6.71% from 417); Blue value is 191 (75% from 255 or 45.80% from 417); Max value from RGB is 198 - color contains mainly: red. Hex color #C61CBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C61CBF is #39E340. Grayscale: #606060. Windows color (decimal): -3793729 or 12524742. OLE color: 12524742.

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

Color convert

RGB 198 28 191 -
CMYK 0 0.86 0.04 0.22
HSL 302.47º 0.75% 0.44% -
HSV(B) 302.47º 0.86% 0.78% -
XYZ 33.11 16.6 50.75 -
YUV 97.41 180.82 199.75 -
System Red Green Blue C M Y K H S L
Decimal 198 28 191 0 0.86 0.04 0.22 302.47 0.75 0.44
Hex C6 1C BF 0 56 4 16 12E 4B 2C
Octal 306 34 277 0 126 4 26 456 113 54
Binary 11000110 11100 10111111 0 1010110 100 10110 100101110 1001011 101100

Color Harmonies of #C61CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61CBF

Black with #C61CBF

Text Example


Text Example

White with #C61CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61CBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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