Html Css Color HEX #C61BDF Deep Magenta

📋 copy color: '#C61BDF'

red 198 ◦ green 27 ◦ blue 223

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

Shades of Deep Magenta #C61BDF

Tints of Deep Magenta #C61BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.78%

R = 44.2%
G = 6.03%
B = 49.78%

CMYK

 C value IS 0.11

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C61BDF (or 0xC61BDF) is known color: Deep Magenta. HEX triplet: C6, 1B and DF. RGB value is (198,27,223). Sum of RGB (Red+Green+Blue) = 198+27+223=448 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.20% from 448); Green value is 27 (10.94% from 255 or 6.03% from 448); Blue value is 223 (87.5% from 255 or 49.78% from 448); Max value from RGB is 223 - color contains mainly: blue. Hex color #C61BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C61BDF is #39E420. Grayscale: #636363. Windows color (decimal): -3793953 or 14621638. OLE color: 14621638.

HSL color Cylindrical-coordinate representation of color #C61BDF: hue angle of 292.35º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C61BDF is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 198 27 223 -
CMYK 0.11 0.88 0 0.13
HSL 292.35º 0.78% 0.49% -
HSV(B) 292.35º 0.88% 0.87% -
XYZ 37 18.12 71.36 -
YUV 100.47 197.15 197.56 -
System Red Green Blue C M Y K H S L
Decimal 198 27 223 0.11 0.88 0 0.13 292.35 0.78 0.49
Hex C6 1B DF B 58 0 D 124 4E 31
Octal 306 33 337 13 130 0 15 444 116 61
Binary 11000110 11011 11011111 1011 1011000 0 1101 100100100 1001110 110001

Color Harmonies of #C61BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61BDF

Black with #C61BDF

Text Example


Text Example

White with #C61BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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